Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73212
b: refs/heads/master
c: 8dce39c
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Linus Torvalds committed Nov 5, 2007
1 parent 4ac92d3 commit 89137cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 001e09e86c1c7612783f46256500c31e5ed55c6a
refs/heads/master: 8dce39c231af554932f8ab0d671e077ab6db9e46
2 changes: 1 addition & 1 deletion trunk/kernel/time/tick-broadcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/time/tick-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 89137cc

Please sign in to comment.