diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2007-11-05 17:51:10 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-05 18:12:33 -0500 |
commit | 8dce39c231af554932f8ab0d671e077ab6db9e46 (patch) | |
tree | ac09b1b9f93b0056ea7e9709be56dbfbf447b894 /kernel/timer.c | |
parent | 001e09e86c1c7612783f46256500c31e5ed55c6a (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/timer.c')
-rw-r--r-- | kernel/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/timer.c b/kernel/timer.c index fb4e67d5dd60..00e44e2afd67 100644 --- a/kernel/timer.c +++ b/kernel/timer.c | |||
@@ -790,7 +790,7 @@ static unsigned long cmp_next_hrtimer_event(unsigned long now, | |||
790 | } | 790 | } |
791 | 791 | ||
792 | /** | 792 | /** |
793 | * next_timer_interrupt - return the jiffy of the next pending timer | 793 | * get_next_timer_interrupt - return the jiffy of the next pending timer |
794 | * @now: current time (in jiffies) | 794 | * @now: current time (in jiffies) |
795 | */ | 795 | */ |
796 | unsigned long get_next_timer_interrupt(unsigned long now) | 796 | unsigned long get_next_timer_interrupt(unsigned long now) |