Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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@infradead.org>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://patch.msgid.link/20251116070959.85055-1-rdunlap@infradead.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Randy Dunlap and committed by
Jakub Kicinski
7cf3ac8a 95236dfc

+2 -2
+2 -2
drivers/nfc/mei_phy.h
··· 12 12 #define MEI_NFC_MAX_HCI_PAYLOAD 300 13 13 14 14 /** 15 - * struct nfc_mei_phy 15 + * struct nfc_mei_phy - NFC description of the MEI PHY and interface functions 16 16 * 17 17 * @cldev: mei client device 18 18 * @hdev: nfc hci device 19 - 19 + * 20 20 * @send_wq: send completion wait queue 21 21 * @fw_ivn: NFC Interface Version Number 22 22 * @vendor_id: NFC manufacturer ID