summaryrefslogtreecommitdiff
path: root/net/nfc/nci/core.c
diff options
context:
space:
mode:
authorZheng Yongjun <zhengyongjun3@huawei.com>2021-04-05 13:54:35 +0300
committerDavid S. Miller <davem@davemloft.net>2021-04-05 22:58:31 +0300
commitd3295869c40cb69a2c599000009b3fde43cec2ec (patch)
tree8bb7554d346227a80a857b1c238d03fc272d9f06 /net/nfc/nci/core.c
parent85d091a794f883ea19b421c38e158558f9b24b60 (diff)
downloadlinux-d3295869c40cb69a2c599000009b3fde43cec2ec.tar.xz
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>
Diffstat (limited to 'net/nfc/nci/core.c')
-rw-r--r--net/nfc/nci/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/nci/core.c b/net/nfc/nci/core.c
index 59257400697d..9a585332ea84 100644
--- a/net/nfc/nci/core.c
+++ b/net/nfc/nci/core.c
@@ -1507,7 +1507,7 @@ static void nci_rx_work(struct work_struct *work)
}
}
- /* check if a data exchange timout has occurred */
+ /* check if a data exchange timeout has occurred */
if (test_bit(NCI_DATA_EXCHANGE_TO, &ndev->flags)) {
/* complete the data exchange transaction, if exists */
if (test_bit(NCI_DATA_EXCHANGE, &ndev->flags))