wifi: zd1211rw: fix typo "tranmits"
authorYueh-Shun Li <shamrocklee@posteo.net>
Thu, 22 Jun 2023 01:26:27 +0000 (01:26 +0000)
committerKalle Valo <kvalo@kernel.org>
Tue, 25 Jul 2023 14:47:08 +0000 (17:47 +0300)
Spell "transmits" properly.

Found by searching for keyword "tranm".

Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230622012627.15050-4-shamrocklee@posteo.net
drivers/net/wireless/zydas/zd1211rw/zd_usb.c

index 850c26b..8505d84 100644 (file)
@@ -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.
  *