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

NFC: Correct spelling in headers

Correct spelling in NFC headers.
As reported by codespell.

Signed-off-by: Simon Horman <horms@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20240822-net-spell-v1-8-3a98971ce2d2@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Simon Horman and committed by
Jakub Kicinski
10d0749a 6899c254

+5 -5
+1 -1
include/net/nfc/nci.h
··· 332 332 __le32 nfcc_features; 333 333 __u8 num_supported_rf_interfaces; 334 334 __u8 supported_rf_interfaces[]; /* variable size array */ 335 - /* continuted in nci_core_init_rsp_2 */ 335 + /* continued in nci_core_init_rsp_2 */ 336 336 } __packed; 337 337 338 338 struct nci_core_init_rsp_2 {
+4 -4
include/net/nfc/nfc.h
··· 80 80 #define NFC_ATR_REQ_GT_OFFSET 14 81 81 82 82 /** 83 - * struct nfc_target - NFC target descriptiom 83 + * struct nfc_target - NFC target description 84 84 * 85 85 * @sens_res: 2 bytes describing the target SENS_RES response, if the target 86 86 * is a type A one. The %sens_res most significant byte must be byte 2 ··· 230 230 } 231 231 232 232 /** 233 - * nfc_set_drvdata - set driver specifc data 233 + * nfc_set_drvdata - set driver specific data 234 234 * 235 235 * @dev: The nfc device 236 - * @data: Pointer to driver specifc data 236 + * @data: Pointer to driver specific data 237 237 */ 238 238 static inline void nfc_set_drvdata(struct nfc_dev *dev, void *data) 239 239 { ··· 241 241 } 242 242 243 243 /** 244 - * nfc_get_drvdata - get driver specifc data 244 + * nfc_get_drvdata - get driver specific data 245 245 * 246 246 * @dev: The nfc device 247 247 */