[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20210608024039.2748699-1-libaokun1@huawei.com>
Date: Tue, 8 Jun 2021 10:40:39 +0800
From: Baokun Li <libaokun1@...wei.com>
To: <linux-kernel@...r.kernel.org>
CC: <weiyongjun1@...wei.com>, <yuehaibing@...wei.com>,
<yangjihong1@...wei.com>, <yukuai3@...wei.com>,
<libaokun1@...wei.com>
Subject: [PATCH -next] argv_split: fix doc warnings in argv_split.c
Add description for `argv_free` to fix the W=1 warnings:
lib/argv_split.c:36: warning: Function parameter or
member 'argv' not described in 'argv_free'
Signed-off-by: Baokun Li <libaokun1@...wei.com>
---
lib/argv_split.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/argv_split.c b/lib/argv_split.c
index 1a19a0a93dc1..451ecea43b2c 100644
--- a/lib/argv_split.c
+++ b/lib/argv_split.c
@@ -28,7 +28,7 @@ static int count_argc(const char *str)
/**
* argv_free - free an argv
- * @argv - the argument vector to be freed
+ * @argv: the argument vector to be freed
*
* Frees an argv and the strings it points to.
*/
--
2.31.1
Powered by blists - more mailing lists