[PATCH 3/6] hrtimer.h: fix kernel-doc warning

From: Randy Dunlap
Date: Sat Jan 08 2011 - 22:45:37 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Fix new kernel-doc notation warning in hrtimer.h:

Warning(include/linux/hrtimer.h:150): Excess struct/union/enum/typedef member 'first' description in 'hrtimer_clock_base'

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
include/linux/hrtimer.h | 1 -
1 file changed, 1 deletion(-)

--- lnx0107.orig/include/linux/hrtimer.h
+++ lnx0107/include/linux/hrtimer.h
@@ -131,7 +131,6 @@ struct hrtimer_sleeper {
* @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
- * @first: pointer to the timer node which expires first
* @resolution: the resolution of the clock, in nanoseconds
* @get_time: function to retrieve the current time of the clock
* @softirq_time: the time when running the hrtimer queue in the softirq
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/