diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2022-08-11 15:03:40 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2022-09-07 10:59:37 +0300 |
commit | 3d784bade0fd0023d10dc51f2227f2c7cbb369dc (patch) | |
tree | 8e7c32efa3e2fe780c50b30c992841614aee57fe | |
parent | ed03a2af74d2adc1b09f725e79807ee49e5525d6 (diff) | |
download | linux-3d784bade0fd0023d10dc51f2227f2c7cbb369dc.tar.xz |
wifi: p54: Fix comment typo
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
-rw-r--r-- | drivers/net/wireless/intersil/p54/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intersil/p54/main.c b/drivers/net/wireless/intersil/p54/main.c index b925e327e091..e127453ab51a 100644 --- 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); |