[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251116070959.85055-1-rdunlap@infradead.org>
Date: Sat, 15 Nov 2025 23:09:59 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: netdev@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Krzysztof Kozlowski <krzk@...nel.org>
Subject: [PATCH] NFC: mei_phy: fix kernel-doc warnings
Fix kernel-doc warnings in mei_phy.h to avoid build warnings and to
improve and documentation:
mei_phy.h:15: warning: missing initial short description on line:
* struct nfc_mei_phy
mei_phy.h:19: warning: bad line:
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
---
Cc: Krzysztof Kozlowski <krzk@...nel.org>
---
drivers/nfc/mei_phy.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- linux-next-20251114.orig/drivers/nfc/mei_phy.h
+++ linux-next-20251114/drivers/nfc/mei_phy.h
@@ -12,11 +12,11 @@
#define MEI_NFC_MAX_HCI_PAYLOAD 300
/**
- * struct nfc_mei_phy
+ * struct nfc_mei_phy - NFC description of the MEI PHY and interface functions
*
* @cldev: mei client device
* @hdev: nfc hci device
-
+ *
* @send_wq: send completion wait queue
* @fw_ivn: NFC Interface Version Number
* @vendor_id: NFC manufacturer ID
Powered by blists - more mailing lists