[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210605063934.688763-1-libaokun1@huawei.com>
Date: Sat, 5 Jun 2021 14:39:34 +0800
From: Baokun Li <libaokun1@...wei.com>
To: <rjw@...ysocki.net>, <len.brown@...el.com>, <pavel@....cz>,
<linux-pm@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <weiyongjun1@...wei.com>, <yuehaibing@...wei.com>,
<yangjihong1@...wei.com>, <yukuai3@...wei.com>,
<libaokun1@...wei.com>
Subject: [PATCH -next] PM/sleep: fix doc warnings in main.c
Add description for `state_show` to fix the W=1 warnings:
kernel/power/main.c:593: warning:
Function parameter or member 'kobj' not described in 'state_show'
kernel/power/main.c:593: warning:
Function parameter or member 'attr' not described in 'state_show'
kernel/power/main.c:593: warning:
Function parameter or member 'buf' not described in 'state_show'
Signed-off-by: Baokun Li <libaokun1@...wei.com>
---
kernel/power/main.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/kernel/power/main.c b/kernel/power/main.c
index 12c7e1bb442f..d508c8c582e0 100644
--- a/kernel/power/main.c
+++ b/kernel/power/main.c
@@ -579,7 +579,9 @@ struct kobject *power_kobj;
/**
* state - control system sleep states.
- *
+ * @kobj: Pointer to the kernel object.
+ * @attr: Pointer to the kernel object attribute.
+ * @buf: buffer.
* show() returns available sleep state labels, which may be "mem", "standby",
* "freeze" and "disk" (hibernation).
* See Documentation/admin-guide/pm/sleep-states.rst for a description of
--
2.31.1
Powered by blists - more mailing lists