diff options
| author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-01-08 19:38:02 -0800 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-10 07:38:53 -0800 | 
| commit | 175881db8916a5f5cdf920d32214caef588870fd (patch) | |
| tree | a29271558505156de398ad6886b7c4adf8066b11 /include/linux/hrtimer.h | |
| parent | 2a8c0c68487a68441e701f493f43fd547d87c8df (diff) | |
| download | olio-linux-3.10-175881db8916a5f5cdf920d32214caef588870fd.tar.xz olio-linux-3.10-175881db8916a5f5cdf920d32214caef588870fd.zip  | |
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 <randy.dunlap@oracle.com>
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, 0 insertions, 1 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 330586ffffb..f376ddc64c4 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  |