diff options
| author | Randy Dunlap <rdunlap@xenotime.net> | 2006-06-25 08:49:15 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 13:01:23 -0400 |
| commit | fa9799e33d362aeca4555cd6318735bab1c04d16 (patch) | |
| tree | 3fbef83fe505f34950f4b30fb4158e2e599ce92f /include/linux/hrtimer.h | |
| parent | 9dc65576d67dc45e529062e41ca34066e02f03e5 (diff) | |
[PATCH] ktime/hrtimer: fix kernel-doc comments
Fix kernel-doc formatting in ktime.h and hrtimer.[ch] files.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/hrtimer.h')
| -rw-r--r-- | include/linux/hrtimer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 7d2a1b974c..07d7305f13 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
| @@ -40,7 +40,6 @@ struct hrtimer_base; | |||
| 40 | 40 | ||
| 41 | /** | 41 | /** |
| 42 | * struct hrtimer - the basic hrtimer structure | 42 | * struct hrtimer - the basic hrtimer structure |
| 43 | * | ||
| 44 | * @node: red black tree node for time ordered insertion | 43 | * @node: red black tree node for time ordered insertion |
| 45 | * @expires: the absolute expiry time in the hrtimers internal | 44 | * @expires: the absolute expiry time in the hrtimers internal |
| 46 | * representation. The time is related to the clock on | 45 | * representation. The time is related to the clock on |
| @@ -59,7 +58,6 @@ struct hrtimer { | |||
| 59 | 58 | ||
| 60 | /** | 59 | /** |
| 61 | * struct hrtimer_sleeper - simple sleeper structure | 60 | * struct hrtimer_sleeper - simple sleeper structure |
| 62 | * | ||
| 63 | * @timer: embedded timer structure | 61 | * @timer: embedded timer structure |
| 64 | * @task: task to wake up | 62 | * @task: task to wake up |
| 65 | * | 63 | * |
| @@ -72,7 +70,6 @@ struct hrtimer_sleeper { | |||
| 72 | 70 | ||
| 73 | /** | 71 | /** |
| 74 | * struct hrtimer_base - the timer base for a specific clock | 72 | * struct hrtimer_base - the timer base for a specific clock |
| 75 | * | ||
| 76 | * @index: clock type index for per_cpu support when moving a timer | 73 | * @index: clock type index for per_cpu support when moving a timer |
| 77 | * to a base on another cpu. | 74 | * to a base on another cpu. |
| 78 | * @lock: lock protecting the base and associated timers | 75 | * @lock: lock protecting the base and associated timers |
