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>

authored by Randy Dunlap and committed by Linus Torvalds 0caa6210 0f7436a5

+1
+1
kernel/timer.c
··· 326 326 327 327 /** 328 328 * set_timer_slack - set the allowed slack for a timer 329 + * @timer: the timer to be modified 329 330 * @slack_hz: the amount of time (in jiffies) allowed for rounding 330 331 * 331 332 * Set the amount of time, in jiffies, that a certain timer has