mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
0f7436a5b0
commit
0caa621065
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue