projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bd5674
)
[PATCH] hrtimer comment tweak
author
Jonathan Corbet
<corbet@lwn.net>
Mon, 16 Jan 2006 22:58:55 +0000
(15:58 -0700)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/kernel/hrtimer.c
b/kernel/hrtimer.c
index 04ccab099e84e3ce01125a540e02f49d216f5943..f5ca61422331fb1b313eb34535a6e58d12c45b78 100644
(file)
--- 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)