lkml.org 
[lkml]   [2021]   [Jun]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH -next] task_work: fix doc warnings in task_work.c
Date
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@huawei.com>
---
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
\
 
 \ /
  Last update: 2021-06-05 08:33    [W:0.033 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site