From: Randy Dunlap Date: Mon, 9 Aug 2010 23:32:50 +0000 (-0700) Subject: kernel/timer.c: fix kernel-doc function parameter warning X-Git-Tag: v2.6.36-rc1~284 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=0caa621065b2cc05d4e53655a34fd989f500b040;p=net-next-2.6.git kernel/timer.c: fix kernel-doc function parameter warning Fix kernel-doc warning, add @timer description: Warning(kernel/timer.c:335): No description found for parameter 'timer' Signed-off-by: Randy Dunlap Cc: Thomas Gleixner Signed-off-by: Linus Torvalds --- diff --git a/kernel/timer.c b/kernel/timer.c index f1b8afe1ad8..97bf05baade 100644 --- a/kernel/timer.c +++ b/kernel/timer.c @@ -326,6 +326,7 @@ EXPORT_SYMBOL_GPL(round_jiffies_up_relative); /** * 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