aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
diff options
context:
space:
mode:
authorLi Zefan <lizf@cn.fujitsu.com>2007-11-05 17:51:10 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-11-05 18:12:33 -0500
commit8dce39c231af554932f8ab0d671e077ab6db9e46 (patch)
treeac09b1b9f93b0056ea7e9709be56dbfbf447b894 /kernel/time/tick-sched.c
parent001e09e86c1c7612783f46256500c31e5ed55c6a (diff)
time: fix inconsistent function names in comments
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: john stultz <johnstul@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/time/tick-sched.c')
-rw-r--r--kernel/time/tick-sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c
index 5997456ebbc9..27a2338deb4a 100644
--- a/kernel/time/tick-sched.c
+++ b/kernel/time/tick-sched.c
@@ -321,7 +321,7 @@ ktime_t tick_nohz_get_sleep_length(void)
321} 321}
322 322
323/** 323/**
324 * nohz_restart_sched_tick - restart the idle tick from the idle task 324 * tick_nohz_restart_sched_tick - restart the idle tick from the idle task
325 * 325 *
326 * Restart the idle tick when the CPU is woken up from idle 326 * Restart the idle tick when the CPU is woken up from idle
327 */ 327 */