lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 8 Sep 2020 17:13:25 -0700 From: Randy Dunlap <rdunlap@...radead.org> To: "netdev@...r.kernel.org" <netdev@...r.kernel.org>, linux-nfc@...ts.01.org, David Miller <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, Jiri Kosina <trivial@...nel.org> Subject: [PATCH trivial] nfc: pn533/usb.c: fix spelling of "functions" From: Randy Dunlap <rdunlap@...radead.org> Fix typo/spello of "functions". Signed-off-by: Randy Dunlap <rdunlap@...radead.org> Cc: linux-nfc@...ts.01.org Cc: "David S. Miller" <davem@...emloft.net> Cc: Jakub Kicinski <kuba@...nel.org> Cc: netdev@...r.kernel.org Cc: Jiri Kosina <trivial@...nel.org> --- drivers/nfc/pn533/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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) \
Powered by blists - more mailing lists