提交 4d414269 编写于 作者: G Guillaume Gomez 提交者: Tejun Heo

percpu: Remove unneeded return from void function

Signed-off-by: NGuillaume Gomez <guillaume1.gomez@gmail.com>
Acked-by: NChristoph Lameter <cl@linux.com>
Signed-off-by: NTejun Heo <tj@kernel.org>
上级 8005c49d
......@@ -116,7 +116,7 @@ void percpu_ref_reinit(struct percpu_ref *ref);
*/
static inline void percpu_ref_kill(struct percpu_ref *ref)
{
return percpu_ref_kill_and_confirm(ref, NULL);
percpu_ref_kill_and_confirm(ref, NULL);
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册