mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
95236dfce3
commit
7cf3ac8a9c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue