]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/workqueue: Document wq_worker_last_func() argument
authorBart Van Assche <bvanassche@acm.org>
Tue, 19 Mar 2019 17:45:09 +0000 (10:45 -0700)
committerTejun Heo <tj@kernel.org>
Tue, 19 Mar 2019 17:48:20 +0000 (10:48 -0700)
commitb60572e7455a1d492bcfa63bc4eec2c8aca8f86c
tree61264f71559f2b1105362cba4a9555735e96de01
parent2540da01fbea94bad9e9c9dd018c66657378ea6e
kernel/workqueue: Document wq_worker_last_func() argument

This patch avoids that the following warning is reported when building
with W=1:

kernel/workqueue.c:938: warning: Function parameter or member 'task' not described in 'wq_worker_last_func'

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c