percpu: Remove unneeded return from void function
Signed-off-by: Guillaume Gomez <guillaume1.gomez@gmail.com> Acked-by: Christoph Lameter <cl@linux.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
Родитель
8005c49d9a
Коммит
4d4142696e
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче