[PATCH resend] kernel/timer.c: fix kernel-doc function parameter warning

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Randy Dunlap
Date: Monday, August 9, 2010 - 4:32 pm

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix kernel-doc warning, add @timer description:
Warning(kernel/timer.c:335): No description found for parameter 'timer'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
---
 kernel/timer.c |    1 +
 1 file changed, 1 insertion(+)

--- linux-2.6.35-git8.orig/kernel/timer.c
+++ linux-2.6.35-git8/kernel/timer.c
@@ -326,6 +326,7 @@ EXPORT_SYMBOL_GPL(round_jiffies_up_relat
 
 /**
  * set_timer_slack - set the allowed slack for a timer
+ * @timer: the timer to be modified
  * @slack_hz: the amount of time (in jiffies) allowed for rounding
  *
  * Set the amount of time, in jiffies, that a certain timer has
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH resend] kernel/timer.c: fix kernel-doc function par ..., Randy Dunlap, (Mon Aug 9, 4:32 pm)