projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59b4cc4
)
wifi: zd1211rw: fix typo "tranmits"
author
Yueh-Shun Li
<shamrocklee@posteo.net>
Thu, 22 Jun 2023 01:26:27 +0000
(
01:26
+0000)
committer
Kalle 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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/zydas/zd1211rw/zd_usb.c
b/drivers/net/wireless/zydas/zd1211rw/zd_usb.c
index 850c26bc952470319118bdedf8073342a72b485c..8505d84eeed60ce9e79e2f76bd258527ebd68a0f 100644
(file)
--- 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 tran
s
mits 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.
*