public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] lib/time.c cleanups
Date: Sun, 13 Jul 2014 15:26:18 +0200	[thread overview]
Message-ID: <201407131526.18659.marex@denx.de> (raw)
In-Reply-To: <20140713111427.GA20845@amd.pavel.ucw.cz>

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

  reply	other threads:[~2014-07-13 13:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-13 11:14 [U-Boot] [PATCH] lib/time.c cleanups Pavel Machek
2014-07-13 13:26 ` Marek Vasut [this message]
2014-07-14 11:58   ` Pavel Machek
2014-07-22 19:23 ` [U-Boot] " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201407131526.18659.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox