mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] timer.c: fix kernel-doc warning
@ 2010-05-25  5:22 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2010-05-25  5:22 UTC (permalink / raw)
  To: lkml; +Cc: tglx, akpm

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(+)

--- lnx-2634-g8-kerndoc.orig/kernel/timer.c
+++ lnx-2634-g8-kerndoc/kernel/timer.c
@@ -321,6 +321,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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-25  5:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-25  5:22 [PATCH] timer.c: fix kernel-doc warning Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome