diff mbox series

[trivial] nfc: pn533/usb.c: fix spelling of "functions"

Message ID fc1a9118-39d5-2084-8a1d-0974f70f80ad@infradead.org
State New
Headers show
Series [trivial] nfc: pn533/usb.c: fix spelling of "functions" | expand

Commit Message

Randy Dunlap Sept. 9, 2020, 12:13 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Fix typo/spello of "functions".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: linux-nfc@lists.01.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
Cc: Jiri Kosina <trivial@kernel.org>
---
 drivers/nfc/pn533/usb.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Sept. 9, 2020, 3:26 a.m. UTC | #1
From: Randy Dunlap <rdunlap@infradead.org>
Date: Tue, 8 Sep 2020 17:13:25 -0700

> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix typo/spello of "functions".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

Applied to net-next.
diff mbox series

Patch

--- linux-next-20200908.orig/drivers/nfc/pn533/usb.c
+++ linux-next-20200908/drivers/nfc/pn533/usb.c
@@ -210,7 +210,7 @@  static void pn533_usb_abort_cmd(struct p
 	usb_kill_urb(phy->in_urb);
 }
 
-/* ACR122 specific structs and fucntions */
+/* ACR122 specific structs and functions */
 
 /* ACS ACR122 pn533 frame definitions */
 #define PN533_ACR122_TX_FRAME_HEADER_LEN (sizeof(struct pn533_acr122_tx_frame) \