Skip to content

Commit 10d0749

Browse files
hormskuba-moo
authored andcommitted
NFC: Correct spelling in headers
Correct spelling in NFC headers. As reported by codespell. Signed-off-by: Simon Horman <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 6899c25 commit 10d0749

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

include/net/nfc/nci.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ struct nci_core_init_rsp_1 {
332332
__le32 nfcc_features;
333333
__u8 num_supported_rf_interfaces;
334334
__u8 supported_rf_interfaces[]; /* variable size array */
335-
/* continuted in nci_core_init_rsp_2 */
335+
/* continued in nci_core_init_rsp_2 */
336336
} __packed;
337337

338338
struct nci_core_init_rsp_2 {

include/net/nfc/nfc.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ struct nfc_ops {
8080
#define NFC_ATR_REQ_GT_OFFSET 14
8181

8282
/**
83-
* struct nfc_target - NFC target descriptiom
83+
* struct nfc_target - NFC target description
8484
*
8585
* @sens_res: 2 bytes describing the target SENS_RES response, if the target
8686
* is a type A one. The %sens_res most significant byte must be byte 2
@@ -230,18 +230,18 @@ static inline void nfc_set_parent_dev(struct nfc_dev *nfc_dev,
230230
}
231231

232232
/**
233-
* nfc_set_drvdata - set driver specifc data
233+
* nfc_set_drvdata - set driver specific data
234234
*
235235
* @dev: The nfc device
236-
* @data: Pointer to driver specifc data
236+
* @data: Pointer to driver specific data
237237
*/
238238
static inline void nfc_set_drvdata(struct nfc_dev *dev, void *data)
239239
{
240240
dev_set_drvdata(&dev->dev, data);
241241
}
242242

243243
/**
244-
* nfc_get_drvdata - get driver specifc data
244+
* nfc_get_drvdata - get driver specific data
245245
*
246246
* @dev: The nfc device
247247
*/

0 commit comments

Comments
 (0)