diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2025-11-16 10:09:59 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-11-18 06:32:32 +0300 |
| commit | 7cf3ac8a9c0aeef2803018d3d371f886839d0b52 (patch) | |
| tree | de0a68499b98e096f0bf7bd0b5bd236157f6bd86 /drivers | |
| parent | 95236dfce3345a9b8cbe02e6ec086608d6b57c1a (diff) | |
| download | linux-7cf3ac8a9c0aeef2803018d3d371f886839d0b52.tar.xz | |
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>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/nfc/mei_phy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/nfc/mei_phy.h b/drivers/nfc/mei_phy.h index 2b1edb3eba15..9b9c5eb54e07 100644 --- a/drivers/nfc/mei_phy.h +++ b/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 |
