diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-02-28 20:12:13 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-01 14:53:37 -0800 |
commit | 05fb6bf0b29552b64dc86f405a484de2514e0ac2 (patch) | |
tree | cd3306512f98f73f7e846fc55b6e56aed4bfea61 /include/linux/hrtimer.h | |
parent | 328d24403d6a6b856722facd39d7b6ccb429353b (diff) | |
download | kernel_samsung_smdk4412-05fb6bf0b29552b64dc86f405a484de2514e0ac2.zip kernel_samsung_smdk4412-05fb6bf0b29552b64dc86f405a484de2514e0ac2.tar.gz kernel_samsung_smdk4412-05fb6bf0b29552b64dc86f405a484de2514e0ac2.tar.bz2 |
[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
Fix kernel-doc warnings in 2.6.20-git15 (lib/, mm/, kernel/, include/).
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r-- | include/linux/hrtimer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 37f9279..3bef961 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -140,6 +140,7 @@ struct hrtimer_sleeper { /** * struct hrtimer_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. * @active: red black tree root node for the active timers |