Commit 8dca6f33 authored by Jonathan Corbet's avatar Jonathan Corbet Committed by Linus Torvalds

[PATCH] hrtimer comment tweak

Fix a comment which missed an update cycle somewhere.
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9bd5674c
...@@ -272,7 +272,7 @@ void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) ...@@ -272,7 +272,7 @@ void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags)
* @interval: the interval to forward * @interval: the interval to forward
* *
* Forward the timer expiry so it will expire in the future. * 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 unsigned long
hrtimer_forward(struct hrtimer *timer, ktime_t interval) hrtimer_forward(struct hrtimer *timer, ktime_t interval)
......
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