From: Jason Wang Date: Thu, 11 Aug 2022 12:03:40 +0000 (+0800) Subject: wifi: p54: Fix comment typo X-Git-Tag: v6.1-rc1~170^2~30^2~127 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d784bade0fd0023d10dc51f2227f2c7cbb369dc;p=thirdparty%2Flinux.git wifi: p54: Fix comment typo The double `to' is duplicated in the comment, remove one. Signed-off-by: Jason Wang Acked-by: Christian Lamparter Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/20220811120340.12968-1-wangborong@cdjrlc.com --- diff --git a/drivers/net/wireless/intersil/p54/main.c b/drivers/net/wireless/intersil/p54/main.c index b925e327e091e..e127453ab51ad 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);