Commit 8dce39c2 authored by Li Zefan's avatar Li Zefan Committed by Linus Torvalds

time: fix inconsistent function names in comments

Signed-off-by: default avatarLi Zefan <lizf@cn.fujitsu.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: john stultz <johnstul@us.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 001e09e8
...@@ -508,7 +508,7 @@ static void tick_broadcast_clear_oneshot(int cpu) ...@@ -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) void tick_broadcast_setup_oneshot(struct clock_event_device *bc)
{ {
......
...@@ -321,7 +321,7 @@ ktime_t tick_nohz_get_sleep_length(void) ...@@ -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 * Restart the idle tick when the CPU is woken up from idle
*/ */
......
...@@ -790,7 +790,7 @@ static unsigned long cmp_next_hrtimer_event(unsigned long now, ...@@ -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) * @now: current time (in jiffies)
*/ */
unsigned long get_next_timer_interrupt(unsigned long now) unsigned long get_next_timer_interrupt(unsigned long now)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment