timers, sched/clock: Clean up the code a bit
authorIngo Molnar <mingo@kernel.org>
Fri, 27 Mar 2015 06:08:06 +0000 (07:08 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 27 Mar 2015 07:34:01 +0000 (08:34 +0100)
commit32fea568aec5b73ae27253125522b5c2a970a1f0
tree16ddb6a58b49695f986b954e394fa69639aa1c93
parent1809bfa44e1019e397fabaa6f2349bb7237e57a4
timers, sched/clock: Clean up the code a bit

Trivial cleanups, to improve the readability of the generic sched_clock() code:

 - Improve and standardize comments
 - Standardize the coding style
 - Use vertical spacing where appropriate
 - etc.

No code changed:

  md5:
    19a053b31e0c54feaeff1492012b019a  sched_clock.o.before.asm
    19a053b31e0c54feaeff1492012b019a  sched_clock.o.after.asm

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Daniel Thompson <daniel.thompson@linaro.org>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/time/sched_clock.c