File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
338338struct nci_core_init_rsp_2 {
Original file line number Diff line number Diff 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 */
238238static 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 */
You can’t perform that action at this time.
0 commit comments