projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed03a2a
)
wifi: p54: Fix comment typo
author
Jason Wang
<wangborong@cdjrlc.com>
Thu, 11 Aug 2022 12:03:40 +0000
(20:03 +0800)
committer
Kalle Valo
<kvalo@kernel.org>
Wed, 7 Sep 2022 07:59:37 +0000
(10:59 +0300)
The double `to' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Acked-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link:
https://lore.kernel.org/r/20220811120340.12968-1-wangborong@cdjrlc.com
drivers/net/wireless/intersil/p54/main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/intersil/p54/main.c
b/drivers/net/wireless/intersil/p54/main.c
index b925e327e091e9523e96155901280989f77b1d70..e127453ab51ad40d46e4a82e0b751194229e1d9f 100644
(file)
--- a/
drivers/net/wireless/intersil/p54/main.c
+++ b/
drivers/net/wireless/intersil/p54/main.c
@@
-635,7
+635,7
@@
static int p54_get_survey(struct ieee80211_hw *dev, int idx,
/*
* hw/fw has not accumulated enough sample sets.
* Wait for 100ms, this ought to be enough to
- *
to
get at least one non-null set of channel
+ * get at least one non-null set of channel
* usage statistics.
*/
msleep(100);