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

Configure Feed

Select the types of activity you want to include in your feed.

NFC: fix header file kernel-doc warnings

Repair some of the comments:
- use the correct enum names
- don't use "/**" for a non-kernel-doc comment

to fix these warnings:

Warning: include/uapi/linux/nfc.h:127 Excess enum value
'@NFC_EVENT_DEVICE_DEACTIVATED' description in 'nfc_commands'
Warning: include/uapi/linux/nfc.h:204 Excess enum value
'@NFC_ATTR_APDU' description in 'nfc_attrs'
Warning: include/uapi/linux/nfc.h:302 expecting prototype for Pseudo().
Prototype was for NFC_RAW_HEADER_SIZE() instead

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260226221004.1037909-1-rdunlap@infradead.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Randy Dunlap and committed by
Jakub Kicinski
2164242c 6466441a

+3 -3
+3 -3
include/uapi/linux/nfc.h
··· 55 55 * (it sends %NFC_ATTR_DEVICE_INDEX) 56 56 * @NFC_EVENT_TM_ACTIVATED: event emitted when the adapter is activated in 57 57 * target mode. 58 - * @NFC_EVENT_DEVICE_DEACTIVATED: event emitted when the adapter is deactivated 58 + * @NFC_EVENT_TM_DEACTIVATED: event emitted when the adapter is deactivated 59 59 * from target mode. 60 60 * @NFC_CMD_LLC_GET_PARAMS: request LTO, RW, and MIUX parameters for a device 61 61 * @NFC_CMD_LLC_SET_PARAMS: set one or more of LTO, RW, and MIUX parameters for ··· 156 156 * @NFC_ATTR_SE_INDEX: Secure element index 157 157 * @NFC_ATTR_SE_TYPE: Secure element type (UICC or EMBEDDED) 158 158 * @NFC_ATTR_FIRMWARE_DOWNLOAD_STATUS: Firmware download operation status 159 - * @NFC_ATTR_APDU: Secure element APDU 159 + * @NFC_ATTR_SE_APDU: Secure element APDU 160 160 * @NFC_ATTR_TARGET_ISO15693_DSFID: ISO 15693 Data Storage Format Identifier 161 161 * @NFC_ATTR_TARGET_ISO15693_UID: ISO 15693 Unique Identifier 162 162 * @NFC_ATTR_SE_PARAMS: Parameters data from an evt_transaction ··· 291 291 292 292 #define NFC_HEADER_SIZE 1 293 293 294 - /** 294 + /* 295 295 * Pseudo-header info for raw socket packets 296 296 * First byte is the adapter index 297 297 * Second byte contains flags