diff mbox series

nfc/ftp: fix typo issue

Message ID 20210123074835.9448-1-samirweng1979@163.com
State New
Headers show
Series nfc/ftp: fix typo issue | expand

Commit Message

samirweng1979 Jan. 23, 2021, 7:48 a.m. UTC
From: wengjianfeng <wengjianfeng@yulong.com>

change 'paquet' to 'packet'

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
---
 drivers/nfc/fdp/i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jakub Kicinski Jan. 26, 2021, 3:34 a.m. UTC | #1
On Sat, 23 Jan 2021 15:48:35 +0800 samirweng1979 wrote:
> From: wengjianfeng <wengjianfeng@yulong.com>

> 

> change 'paquet' to 'packet'

> 

> Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>


s/ftp/fdp/

Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/nfc/fdp/i2c.c b/drivers/nfc/fdp/i2c.c
index ad0abb1..adaa1a7 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) {