Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Li Zefan and committed by
Linus Torvalds
8dce39c2 001e09e8

+3 -3
+1 -1
kernel/time/tick-broadcast.c
··· 508 508 } 509 509 510 510 /** 511 - * tick_broadcast_setup_highres - setup the broadcast device for highres 511 + * tick_broadcast_setup_oneshot - setup the broadcast device 512 512 */ 513 513 void tick_broadcast_setup_oneshot(struct clock_event_device *bc) 514 514 {
+1 -1
kernel/time/tick-sched.c
··· 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 326 * Restart the idle tick when the CPU is woken up from idle 327 327 */
+1 -1
kernel/timer.c
··· 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 794 * @now: current time (in jiffies) 795 795 */ 796 796 unsigned long get_next_timer_interrupt(unsigned long now)