[PATCH -next] task_work: fix doc warnings in task_work.c

From: Baokun Li
Date: Sat Jun 05 2021 - 02:32:44 EST


Add description for `task_work_cancel_match` to fix the W=1 warnings:

kernel/task_work.c:76: warning: Function parameter or
member 'data' not described in 'task_work_cancel_match'

Signed-off-by: Baokun Li <libaokun1@xxxxxxxxxx>
---
kernel/task_work.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/task_work.c b/kernel/task_work.c
index 1698fbe6f0e1..3992ebaabde5 100644
--- a/kernel/task_work.c
+++ b/kernel/task_work.c
@@ -65,7 +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 match
* RETURNS:
* The found work or NULL if not found.
*/
--
2.31.1