From: Randy Dunlap Date: Sun, 9 Jan 2011 03:38:02 +0000 (-0800) Subject: hrtimer.h: fix kernel-doc warning X-Git-Tag: upstream/snapshot3+hdmi~12115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=175881db8916a5f5cdf920d32214caef588870fd;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git hrtimer.h: fix kernel-doc warning 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 Signed-off-by: Linus Torvalds --- diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 330586f..f376ddc 100644 --- a/include/linux/hrtimer.h +++ b/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