aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/time/tick-broadcast.c2
-rw-r--r--kernel/time/tick-sched.c2
-rw-r--r--kernel/timer.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/kernel/time/tick-broadcast.c b/kernel/time/tick-broadcast.c
index 8cfb8b2ce773..aa82d7bf478a 100644
--- a/kernel/time/tick-broadcast.c
+++ b/kernel/time/tick-broadcast.c
@@ -508,7 +508,7 @@ static void tick_broadcast_clear_oneshot(int cpu)
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 */
513void tick_broadcast_setup_oneshot(struct clock_event_device *bc) 513void tick_broadcast_setup_oneshot(struct clock_event_device *bc)
514{ 514{
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 */
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 */
796unsigned long get_next_timer_interrupt(unsigned long now) 796unsigned long get_next_timer_interrupt(unsigned long now)