diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-04-05 18:54:35 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-05 12:58:31 -0700 |
commit | d3295869c40cb69a2c599000009b3fde43cec2ec (patch) | |
tree | 8bb7554d346227a80a857b1c238d03fc272d9f06 /net/nfc/digital_dep.c | |
parent | 85d091a794f883ea19b421c38e158558f9b24b60 (diff) | |
download | lwn-d3295869c40cb69a2c599000009b3fde43cec2ec.tar.gz lwn-d3295869c40cb69a2c599000009b3fde43cec2ec.zip |
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/digital_dep.c')
-rw-r--r-- | net/nfc/digital_dep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/digital_dep.c b/net/nfc/digital_dep.c index 5971fb6f51cc..1150731126e2 100644 --- a/net/nfc/digital_dep.c +++ b/net/nfc/digital_dep.c @@ -1217,7 +1217,7 @@ static void digital_tg_recv_dep_req(struct nfc_digital_dev *ddev, void *arg, /* ACK */ if (ddev->atn_count) { - /* The target has previously recevied one or more ATN + /* The target has previously received one or more ATN * PDUs. */ ddev->atn_count = 0; |