linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nfc/ftp: fix typo issue
@ 2021-01-23  7:48 samirweng1979
  2021-01-26  3:34 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: samirweng1979 @ 2021-01-23  7:48 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, wengjianfeng

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(-)

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) {
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nfc/ftp: fix typo issue
  2021-01-23  7:48 [PATCH] nfc/ftp: fix typo issue samirweng1979
@ 2021-01-26  3:34 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2021-01-26  3:34 UTC (permalink / raw)
  To: samirweng1979; +Cc: davem, netdev, linux-kernel, wengjianfeng

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-26 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-23  7:48 [PATCH] nfc/ftp: fix typo issue samirweng1979
2021-01-26  3:34 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).