projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8437fdc
)
[PATCH] hrtimers: hrtimer_clock_base description typo
author
Andres Salomon
<
[email protected]
>
Tue, 6 Mar 2007 09:42:07 +0000
(
01:42
-0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 6 Mar 2007 17:30:24 +0000
(09:30 -0800)
The description for the hrtimer_clock_base struct describes "hrtimer_base".
That should be hrtimer_clock_base.
Signed-off-by: Andres Salomon <
[email protected]
>
Acked-by: Thomas Gleixner <
[email protected]
>
Acked-by: Ingo Molnar <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/hrtimer.h
patch
|
blob
|
history
diff --git
a/include/linux/hrtimer.h
b/include/linux/hrtimer.h
index b9f163ddacc38065f3c22ae60a9cb25e924aa274..5bdbc744e773096dbcbdd49d12a81afe90beaa90 100644
(file)
--- a/
include/linux/hrtimer.h
+++ b/
include/linux/hrtimer.h
@@
-139,7
+139,7
@@
struct hrtimer_sleeper {
};
/**
- * struct hrtimer_base - the timer base for a specific clock
+ * struct hrtimer_
clock_
base - the timer base for a specific clock
* @cpu_base: per cpu clock base
* @index: clock type index for per_cpu support when moving a
* timer to a base on another cpu.