task_work: add kerneldoc annotation for 'data' argument
authorJens Axboe <axboe@kernel.dk>
Mon, 11 Sep 2023 20:24:06 +0000 (14:24 -0600)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 19 Sep 2023 20:21:32 +0000 (13:21 -0700)
commit4653e5dd04cb869526477a76b87d0aa1a5c65101
tree95dfacba6ef1c1eaf900d971cc398b33d3be76aa
parent7b086755fb8cdbb6b3e45a1bbddc00e7f9b1dc03
task_work: add kerneldoc annotation for 'data' argument

A previous commit changed the arguments to task_work_cancel_match(), but
didn't document all of them.

Link: https://lkml.kernel.org/r/93938bff-baa3-4091-85f5-784aae297a07@kernel.dk
Fixes: c7aab1a7c52b ("task_work: add helper for more targeted task_work canceling")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202309120307.zis3yQGe-lkp@intel.com/
Acked-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/task_work.c