From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 13 Jul 2014 15:26:18 +0200 Subject: [U-Boot] [PATCH] lib/time.c cleanups In-Reply-To: <20140713111427.GA20845@amd.pavel.ucw.cz> References: <20140713111427.GA20845@amd.pavel.ucw.cz> Message-ID: <201407131526.18659.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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