wifi: zd1211rw: fix typo "tranmits"

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
This commit is contained in:
Yueh-Shun Li 2023-06-22 01:26:27 +00:00 committed by Kalle Valo
parent 59b4cc439f
commit 2d59478308

View file

@ -1006,7 +1006,7 @@ static void tx_urb_complete(struct urb *urb)
* @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.
*