diff options
author | Jonathan Corbet <corbet@lwn.net> | 2006-01-16 15:58:55 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-16 20:27:03 -0800 |
commit | 8dca6f33f026dc8a7fc2710b78a7521e899bd611 (patch) | |
tree | cc3ee51f9b217269c36241feceb9504613dd4ab7 /kernel | |
parent | 9bd5674c4aa3d430d61a578eaecd85104176f150 (diff) | |
download | op-kernel-dev-8dca6f33f026dc8a7fc2710b78a7521e899bd611.zip op-kernel-dev-8dca6f33f026dc8a7fc2710b78a7521e899bd611.tar.gz |
[PATCH] hrtimer comment tweak
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>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/hrtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index 04ccab0..f5ca614 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -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) |