Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

airo: fix typos in comments

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220314115354.144023-21-Julia.Lawall@inria.fr

authored by

Julia Lawall and committed by
Kalle Valo
bfbd78cf 31f8bef8

+1 -1
+1 -1
drivers/net/wireless/cisco/airo.c
··· 545 545 #define MODE_CFG_MASK cpu_to_le16(0xff) 546 546 #define MODE_ETHERNET_HOST cpu_to_le16(0<<8) /* rx payloads converted */ 547 547 #define MODE_LLC_HOST cpu_to_le16(1<<8) /* rx payloads left as is */ 548 - #define MODE_AIRONET_EXTEND cpu_to_le16(1<<9) /* enable Aironet extenstions */ 548 + #define MODE_AIRONET_EXTEND cpu_to_le16(1<<9) /* enable Aironet extensions */ 549 549 #define MODE_AP_INTERFACE cpu_to_le16(1<<10) /* enable ap interface extensions */ 550 550 #define MODE_ANTENNA_ALIGN cpu_to_le16(1<<11) /* enable antenna alignment */ 551 551 #define MODE_ETHER_LLC cpu_to_le16(1<<12) /* enable ethernet LLC */