Skip to content

Commit

Permalink
[PATCH] hrtimer comment tweak
Browse files Browse the repository at this point in the history
Fix a comment which missed an update cycle somewhere.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jonathan Corbet authored and Linus Torvalds committed Jan 17, 2006
1 parent 9bd5674 commit 8dca6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags)
* @interval: the interval to forward
*
* Forward the timer expiry so it will expire in the future.
* The number of overruns is added to the overrun field.
* Returns the number of overruns.
*/
unsigned long
hrtimer_forward(struct hrtimer *timer, ktime_t interval)
Expand Down

0 comments on commit 8dca6f3

Please sign in to comment.