UPSTREAM: 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. Bug: 254441685 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> (cherry picked from commit 4653e5dd04cb869526477a76b87d0aa1a5c65101) Signed-off-by: Lee Jones <joneslee@google.com> Change-Id: Ic85484d66e03f94307f6d1ea5ab32c9a182428c5
This commit is contained in:
parent
b4c0e45118
commit
5d0d2934a6
@ -65,6 +65,7 @@ int task_work_add(struct task_struct *task, struct callback_head *work,
|
||||
* task_work_cancel_match - cancel a pending work added by task_work_add()
|
||||
* @task: the task which should execute the work
|
||||
* @match: match function to call
|
||||
* @data: data to be passed in to match function
|
||||
*
|
||||
* RETURNS:
|
||||
* The found work or NULL if not found.
|
||||
|
Loading…
Reference in New Issue
Block a user