From: Yueh-Shun Li Date: Thu, 22 Jun 2023 01:26:27 +0000 (+0000) Subject: wifi: zd1211rw: fix typo "tranmits" X-Git-Tag: block-6.6-2023-09-08~22^2~214^2~43 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=2d59478308685f95346e2289c2dc519d8d8ecc48;p=linux-block.git wifi: zd1211rw: fix typo "tranmits" Spell "transmits" properly. Found by searching for keyword "tranm". Signed-off-by: Yueh-Shun Li Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/20230622012627.15050-4-shamrocklee@posteo.net --- diff --git a/drivers/net/wireless/zydas/zd1211rw/zd_usb.c b/drivers/net/wireless/zydas/zd1211rw/zd_usb.c index 850c26bc9524..8505d84eeed6 100644 --- a/drivers/net/wireless/zydas/zd1211rw/zd_usb.c +++ b/drivers/net/wireless/zydas/zd1211rw/zd_usb.c @@ -1006,7 +1006,7 @@ resubmit: * @usb: the zd1211rw-private USB structure * @skb: a &struct sk_buff pointer * - * This function tranmits a frame to the device. It doesn't wait for + * This function transmits a frame to the device. It doesn't wait for * completion. The frame must contain the control set and have all the * control set information available. *