Skip to content

Commit

Permalink
timers: Fix parameter description of try_to_del_timer_sync()
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Link: http://lkml.kernel.org/r/20170530194103.7454-1-pmeerw@pmeerw.net
Cc: John Stultz <john.stultz@linaro.org>
Cc: trivial@rustcorp.com.au
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Peter Meerwald-Stadler authored and Thomas Gleixner committed Jun 20, 2017
1 parent 3f1d472 commit d15bc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/time/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ EXPORT_SYMBOL(del_timer);

/**
* try_to_del_timer_sync - Try to deactivate a timer
* @timer: timer do del
* @timer: timer to delete
*
* This function tries to deactivate a timer. Upon successful (ret >= 0)
* exit the timer is not queued and the handler is not running on any CPU.
Expand Down

0 comments on commit d15bc69

Please sign in to comment.