All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Stultz <john.stultz@linaro.org>
To: Liu Ying <Ying.Liu@freescale.com>
Cc: linux-kernel@vger.kernel.org, davem@davemloft.net,
	dborkman@redhat.com, tglx@linutronix.de, liu.y.victor@gmail.com
Subject: Re: [PATCH v2] ktime: Use macro NSEC_PER_USEC where appropriate
Date: Tue, 07 May 2013 17:11:39 -0700	[thread overview]
Message-ID: <5189983B.3090400@linaro.org> (raw)
In-Reply-To: <1367915920-13485-1-git-send-email-Ying.Liu@freescale.com>

On 05/07/2013 01:38 AM, Liu Ying wrote:
> We've got the macro NSEC_PER_USEC defined in header file
> include/linux/time.h. To make the code decent, this patch
> replaces the immediate number 1000 to convert bewteen a
> time value in microseconds and one in nanoseconds with the
> macro NSEC_PER_USEC.
>
> Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
> Cc: David S. Miller <davem@davemloft.net>
> Cc: Daniel Borkmann <dborkman@redhat.com>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: John Stultz <john.stultz@linaro.org>
> ---
> Changes for v2:
> 1. Update commit head and message to be more appropriate.
> 2. Avoid an unnecessary cast in the function
>     timeval_to_ktime().

I've gone ahead and queued this for 3.11.

thanks
-john


      reply	other threads:[~2013-05-08  0:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-07  8:38 [PATCH v2] ktime: Use macro NSEC_PER_USEC where appropriate Liu Ying
2013-05-08  0:11 ` John Stultz [this message]

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=5189983B.3090400@linaro.org \
    --to=john.stultz@linaro.org \
    --cc=Ying.Liu@freescale.com \
    --cc=davem@davemloft.net \
    --cc=dborkman@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liu.y.victor@gmail.com \
    --cc=tglx@linutronix.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.