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.

net: nfc: Fix spelling errors in net/nfc module

These patches fix a series of spelling errors in net/nfc module.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Zheng Yongjun and committed by
David S. Miller
d3295869 85d091a7

+4 -4
+1 -1
net/nfc/digital_dep.c
··· 1217 1217 1218 1218 /* ACK */ 1219 1219 if (ddev->atn_count) { 1220 - /* The target has previously recevied one or more ATN 1220 + /* The target has previously received one or more ATN 1221 1221 * PDUs. 1222 1222 */ 1223 1223 ddev->atn_count = 0;
+1 -1
net/nfc/nci/core.c
··· 1507 1507 } 1508 1508 } 1509 1509 1510 - /* check if a data exchange timout has occurred */ 1510 + /* check if a data exchange timeout has occurred */ 1511 1511 if (test_bit(NCI_DATA_EXCHANGE_TO, &ndev->flags)) { 1512 1512 /* complete the data exchange transaction, if exists */ 1513 1513 if (test_bit(NCI_DATA_EXCHANGE, &ndev->flags))
+2 -2
net/nfc/nci/uart.c
··· 234 234 * Called by tty low level driver when receive data is 235 235 * available. 236 236 * 237 - * Arguments: tty pointer to tty isntance data 237 + * Arguments: tty pointer to tty instance data 238 238 * data pointer to received data 239 239 * flags pointer to flags for data 240 240 * count count of received data in bytes ··· 374 374 data += chunk_len; 375 375 count -= chunk_len; 376 376 377 - /* Chcek if packet is fully received */ 377 + /* Check if packet is fully received */ 378 378 if (nu->rx_packet_len == nu->rx_skb->len) { 379 379 /* Pass RX packet to driver */ 380 380 if (nu->ops.recv(nu, nu->rx_skb) != 0)