aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Walker <dwalker@mvista.com>2007-10-18 06:06:11 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-18 17:37:26 -0400
commit5b4db0c2f25925fcfc17fa7233b7b90dc023d207 (patch)
treea6ea308e2ce8becbeee9544c3161d24e630fcf59
parent0719e3702e3ad81c51aec993a641a7d84d3ac618 (diff)
whitespace fixes: system timers
Signed-off-by: Daniel Walker <dwalker@mvista.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--kernel/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/timer.c b/kernel/timer.c
index 6ce1952eea7d..0735f0aa3afb 100644
--- a/kernel/timer.c
+++ b/kernel/timer.c
@@ -817,7 +817,7 @@ unsigned long next_timer_interrupt(void)
817#endif 817#endif
818 818
819/* 819/*
820 * Called from the timer interrupt handler to charge one tick to the current 820 * Called from the timer interrupt handler to charge one tick to the current
821 * process. user_tick is 1 if the tick is user time, 0 for system. 821 * process. user_tick is 1 if the tick is user time, 0 for system.
822 */ 822 */
823void update_process_times(int user_tick) 823void update_process_times(int user_tick)