[U-Boot] [PATCH] lib/time.c cleanups

Marek Vasut marex at denx.de
Sun Jul 13 15:26:18 CEST 2014


On Sunday, July 13, 2014 at 01:14:27 PM, Pavel Machek wrote:
[...]
> @@ -51,9 +52,10 @@ unsigned long long __weak notrace get_ticks(void)
>  	return ((unsigned long long)gd->timebase_h << 32) | gd->timebase_l;
>  }
> 
> -static unsigned long long notrace tick_to_time(uint64_t tick)
> +/* Returns time in milliseconds */

Please see http://www.denx.de/wiki/U-Boot/CodingStyle at the bottom in case you 
want to add documentation annotations.
[...]

Best regards,
Marek Vasut


More information about the U-Boot mailing list