Skip to content

Commit

Permalink
kernel/timer.c: fix kernel-doc function parameter warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Aug 10, 2010
1 parent 0f7436a commit 0caa621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0caa621

Please sign in to comment.