diff options
author | wengjianfeng <wengjianfeng@yulong.com> | 2021-01-23 15:48:35 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-01-25 19:33:42 -0800 |
commit | afe197f44e646f13544299f516139b13327a849f (patch) | |
tree | cddd721a1a33705290edfbf7ebe7f689b3c50ca2 /drivers/nfc/fdp | |
parent | 6d70cd2a42095db3e123271672cc996d12d0a194 (diff) |
nfc: fdp: fix typo issue
change 'paquet' to 'packet'
Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
Link: https://lore.kernel.org/r/20210123074835.9448-1-samirweng1979@163.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/nfc/fdp')
-rw-r--r-- | drivers/nfc/fdp/i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/fdp/i2c.c b/drivers/nfc/fdp/i2c.c index ad0abb1f0bae..adaa1a7147f9 100644 --- a/drivers/nfc/fdp/i2c.c +++ b/drivers/nfc/fdp/i2c.c @@ -155,7 +155,7 @@ static int fdp_nci_i2c_read(struct fdp_i2c_phy *phy, struct sk_buff **skb) /* * LRC check failed. This may due to transmission error or - * desynchronization between driver and FDP. Drop the paquet + * desynchronization between driver and FDP. Drop the packet * and force resynchronization */ if (lrc) { |