Commit 2d594783 authored by Yueh-Shun Li's avatar Yueh-Shun Li Committed by Kalle Valo
Browse files

wifi: zd1211rw: fix typo "tranmits"



Spell "transmits" properly.

Found by searching for keyword "tranm".

Signed-off-by: default avatarYueh-Shun Li <shamrocklee@posteo.net>
Signed-off-by: default avatarKalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230622012627.15050-4-shamrocklee@posteo.net
parent 59b4cc43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *