Re: [PATCH 5/8] time: Refactor accumulation of nsecs to secs

2012-07-13 Thread Ingo Molnar
* John Stultz wrote: > +} > + > + > +/** Stray newline added here as well. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 5/8] time: Refactor accumulation of nsecs to secs

2012-07-13 Thread Ingo Molnar
* John Stultz john.stu...@linaro.org wrote: +} + + +/** Stray newline added here as well. Thanks, Ingo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 5/8] time: Refactor accumulation of nsecs to secs

2012-07-12 Thread Ingo Molnar
* John Stultz wrote: > We do the exact same logic moving nsecs to secs in the > timekeeper in multiple places, so condense this into a > single function. > > CC: Ingo Molnar > CC: Peter Zijlstra > CC: Richard Cochran > CC: Prarit Bhargava > CC: Thomas Gleixner Please make that Cc:, not

[PATCH 5/8] time: Refactor accumulation of nsecs to secs

2012-07-12 Thread John Stultz
We do the exact same logic moving nsecs to secs in the timekeeper in multiple places, so condense this into a single function. CC: Ingo Molnar CC: Peter Zijlstra CC: Richard Cochran CC: Prarit Bhargava CC: Thomas Gleixner Signed-off-by: John Stultz --- kernel/time/timekeeping.c | 54

[PATCH 5/8] time: Refactor accumulation of nsecs to secs

2012-07-12 Thread John Stultz
We do the exact same logic moving nsecs to secs in the timekeeper in multiple places, so condense this into a single function. CC: Ingo Molnar mi...@kernel.org CC: Peter Zijlstra a.p.zijls...@chello.nl CC: Richard Cochran richardcoch...@gmail.com CC: Prarit Bhargava pra...@redhat.com CC: Thomas

Re: [PATCH 5/8] time: Refactor accumulation of nsecs to secs

2012-07-12 Thread Ingo Molnar
* John Stultz john.stu...@linaro.org wrote: We do the exact same logic moving nsecs to secs in the timekeeper in multiple places, so condense this into a single function. CC: Ingo Molnar mi...@kernel.org CC: Peter Zijlstra a.p.zijls...@chello.nl CC: Richard Cochran