nfc: fdp: fix typo issue
authorwengjianfeng <wengjianfeng@yulong.com>
Sat, 23 Jan 2021 07:48:35 +0000 (15:48 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 26 Jan 2021 03:33:42 +0000 (19:33 -0800)
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>
drivers/nfc/fdp/i2c.c

index ad0abb1..adaa1a7 100644 (file)
@@ -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) {