All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] NFC: mei_phy: fix kernel-doc warnings
@ 2025-11-16  7:09 Randy Dunlap
  2025-11-16 14:39 ` Krzysztof Kozlowski
  2025-11-18  3:50 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2025-11-16  7:09 UTC (permalink / raw)
  To: netdev; +Cc: Randy Dunlap, Krzysztof Kozlowski

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@infradead.org>
---
Cc: Krzysztof Kozlowski <krzk@kernel.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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-18  3:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-16  7:09 [PATCH] NFC: mei_phy: fix kernel-doc warnings Randy Dunlap
2025-11-16 14:39 ` Krzysztof Kozlowski
2025-11-18  3:50 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.