From: Daniel Walker Date: Thu, 18 Oct 2007 10:06:11 +0000 (-0700) Subject: whitespace fixes: system timers X-Git-Tag: firefly_0821_release~24972 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5b4db0c2f25925fcfc17fa7233b7b90dc023d207;p=firefly-linux-kernel-4.4.55.git whitespace fixes: system timers Signed-off-by: Daniel Walker Cc: Thomas Gleixner Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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) #endif /* - * Called from the timer interrupt handler to charge one tick to the current + * Called from the timer interrupt handler to charge one tick to the current * process. user_tick is 1 if the tick is user time, 0 for system. */ void update_process_times(int user_tick)