]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
time: fix inconsistent function names in comments
authorLi Zefan <lizf@cn.fujitsu.com>
Mon, 5 Nov 2007 22:51:10 +0000 (14:51 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 5 Nov 2007 23:12:33 +0000 (15:12 -0800)
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>
kernel/time/tick-broadcast.c
kernel/time/tick-sched.c
kernel/timer.c

index 8cfb8b2ce773ed4838b3bb4c699b22c4c34423c7..aa82d7bf478a7adc8eb34700b3a5b540e672b28d 100644 (file)
@@ -508,7 +508,7 @@ static void tick_broadcast_clear_oneshot(int cpu)
 }
 
 /**
- * tick_broadcast_setup_highres - setup the broadcast device for highres
+ * tick_broadcast_setup_oneshot - setup the broadcast device
  */
 void tick_broadcast_setup_oneshot(struct clock_event_device *bc)
 {
index 5997456ebbc913f30d922587feb0c0d9818e62f6..27a2338deb4ae32d12dd0789a63503666d8e66c1 100644 (file)
@@ -321,7 +321,7 @@ ktime_t tick_nohz_get_sleep_length(void)
 }
 
 /**
- * nohz_restart_sched_tick - restart the idle tick from the idle task
+ * tick_nohz_restart_sched_tick - restart the idle tick from the idle task
  *
  * Restart the idle tick when the CPU is woken up from idle
  */
index fb4e67d5dd6032eab811202526a194aa004523ad..00e44e2afd67f5e4fdc0692ef4b453189a7d24a5 100644 (file)
@@ -790,7 +790,7 @@ static unsigned long cmp_next_hrtimer_event(unsigned long now,
 }
 
 /**
- * next_timer_interrupt - return the jiffy of the next pending timer
+ * get_next_timer_interrupt - return the jiffy of the next pending timer
  * @now: current time (in jiffies)
  */
 unsigned long get_next_timer_interrupt(unsigned long now)