Commit 10d0749a authored by Simon Horman's avatar Simon Horman Committed by Jakub Kicinski

NFC: Correct spelling in headers

Correct spelling in NFC headers.
As reported by codespell.
Signed-off-by: default avatarSimon Horman <horms@kernel.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20240822-net-spell-v1-8-3a98971ce2d2@kernel.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 6899c254
...@@ -332,7 +332,7 @@ struct nci_core_init_rsp_1 { ...@@ -332,7 +332,7 @@ struct nci_core_init_rsp_1 {
__le32 nfcc_features; __le32 nfcc_features;
__u8 num_supported_rf_interfaces; __u8 num_supported_rf_interfaces;
__u8 supported_rf_interfaces[]; /* variable size array */ __u8 supported_rf_interfaces[]; /* variable size array */
/* continuted in nci_core_init_rsp_2 */ /* continued in nci_core_init_rsp_2 */
} __packed; } __packed;
struct nci_core_init_rsp_2 { struct nci_core_init_rsp_2 {
......
...@@ -80,7 +80,7 @@ struct nfc_ops { ...@@ -80,7 +80,7 @@ struct nfc_ops {
#define NFC_ATR_REQ_GT_OFFSET 14 #define NFC_ATR_REQ_GT_OFFSET 14
/** /**
* struct nfc_target - NFC target descriptiom * struct nfc_target - NFC target description
* *
* @sens_res: 2 bytes describing the target SENS_RES response, if the target * @sens_res: 2 bytes describing the target SENS_RES response, if the target
* is a type A one. The %sens_res most significant byte must be byte 2 * is a type A one. The %sens_res most significant byte must be byte 2
...@@ -230,10 +230,10 @@ static inline void nfc_set_parent_dev(struct nfc_dev *nfc_dev, ...@@ -230,10 +230,10 @@ static inline void nfc_set_parent_dev(struct nfc_dev *nfc_dev,
} }
/** /**
* nfc_set_drvdata - set driver specifc data * nfc_set_drvdata - set driver specific data
* *
* @dev: The nfc device * @dev: The nfc device
* @data: Pointer to driver specifc data * @data: Pointer to driver specific data
*/ */
static inline void nfc_set_drvdata(struct nfc_dev *dev, void *data) static inline void nfc_set_drvdata(struct nfc_dev *dev, void *data)
{ {
...@@ -241,7 +241,7 @@ static inline void nfc_set_drvdata(struct nfc_dev *dev, void *data) ...@@ -241,7 +241,7 @@ static inline void nfc_set_drvdata(struct nfc_dev *dev, void *data)
} }
/** /**
* nfc_get_drvdata - get driver specifc data * nfc_get_drvdata - get driver specific data
* *
* @dev: The nfc device * @dev: The nfc device
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment