[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231223050656.14068-1-rdunlap@infradead.org>
Date: Fri, 22 Dec 2023 21:06:55 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Armin Wolf <W_Armin@....de>,
Hans de Goede <hdegoede@...hat.com>,
Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
platform-driver-x86@...r.kernel.org
Subject: [PATCH] platform/x86: wmi: linux/wmi.h: fix Excess kernel-doc description warning
Remove the "private:" comment to prevent the kernel-doc warning:
include/linux/wmi.h:27: warning: Excess struct member 'setable' description in 'wmi_device'
Either a struct member is documented (via kernel-doc) or it's private,
but not both.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Armin Wolf <W_Armin@....de>
Cc: Hans de Goede <hdegoede@...hat.com>
Cc: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
Cc: platform-driver-x86@...r.kernel.org
---
include/linux/wmi.h | 2 --
1 file changed, 2 deletions(-)
diff -- a/include/linux/wmi.h b/include/linux/wmi.h
--- a/include/linux/wmi.h
+++ b/include/linux/wmi.h
@@ -21,8 +21,6 @@
*/
struct wmi_device {
struct device dev;
-
- /* private: used by the WMI driver core */
bool setable;
};
Powered by blists - more mailing lists