]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[PATCH] hrtimer comment tweak
authorJonathan Corbet <corbet@lwn.net>
Mon, 16 Jan 2006 22:58:55 +0000 (15:58 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Jan 2006 04:27:03 +0000 (20:27 -0800)
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>
kernel/hrtimer.c

index 04ccab099e84e3ce01125a540e02f49d216f5943..f5ca61422331fb1b313eb34535a6e58d12c45b78 100644 (file)
@@ -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)