提交 d15bc69a 编写于 作者: P Peter Meerwald-Stadler 提交者: Thomas Gleixner

timers: Fix parameter description of try_to_del_timer_sync()

Signed-off-by: NPeter 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: NThomas Gleixner <tglx@linutronix.de>
上级 3f1d4720
...@@ -1150,7 +1150,7 @@ EXPORT_SYMBOL(del_timer); ...@@ -1150,7 +1150,7 @@ EXPORT_SYMBOL(del_timer);
/** /**
* try_to_del_timer_sync - Try to deactivate a 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) * 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. * exit the timer is not queued and the handler is not running on any CPU.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册