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)
commit8194fe94ab08f56ea55653df924647d23873d18c
tree61264f71559f2b1105362cba4a9555735e96de01
parenta2775bbc1d58ce630517dfe86090c166f27d719f
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