diff options
author | Randy Dunlap | 2010-08-10 01:32:50 +0200 |
---|---|---|
committer | Linus Torvalds | 2010-08-11 00:33:09 +0200 |
commit | 0caa621065b2cc05d4e53655a34fd989f500b040 (patch) | |
tree | 4c48d514d615df6cad84d42dfba9d1b62744ce4c /kernel | |
parent | docbook: fixup media support files for htmldocs also (diff) | |
download | kernel-qcow2-linux-0caa621065b2cc05d4e53655a34fd989f500b040.tar.gz kernel-qcow2-linux-0caa621065b2cc05d4e53655a34fd989f500b040.tar.xz kernel-qcow2-linux-0caa621065b2cc05d4e53655a34fd989f500b040.zip |
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 <randy.dunlap@oracle.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/timer.c b/kernel/timer.c index f1b8afe1ad86..97bf05baade7 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 |