[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20110108193802.36387a8c.randy.dunlap@oracle.com>
Date: Sat, 8 Jan 2011 19:38:02 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: Linus <torvalds@...ux-foundation.org>
Subject: [PATCH 3/6] hrtimer.h: fix kernel-doc warning
From: Randy Dunlap <randy.dunlap@...cle.com>
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@...cle.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists