aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-12-22 10:29:57 +0100
committerJohannes Berg <johannes.berg@intel.com>2023-01-12 11:06:36 +0100
commit71a659bffeb9b70787b1e697c6110665af86ed2d (patch)
treea15f9347dbca3f309c535e99ae1dd194a86d7d4c
parent952f6c9daf509f7919887c26753884fa530f8622 (diff)
downloadiwlwifi-next-71a659bffeb9b70787b1e697c6110665af86ed2d.tar.gz
wifi: mac80211: fix double space in comment
Remove a space in "the frames". Signed-off-by: Nick Hainke <vincent@systemli.org> Link: https://lore.kernel.org/r/20221222092957.870790-1-vincent@systemli.org Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r--net/mac80211/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c
index 8f9a2ab502b38..c885076fae891 100644
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
@@ -2727,7 +2727,7 @@ static int ieee80211_scan(struct wiphy *wiphy,
* If the scan has been forced (and the driver supports
* forcing), don't care about being beaconing already.
* This will create problems to the attached stations (e.g. all
- * the frames sent while scanning on other channel will be
+ * the frames sent while scanning on other channel will be
* lost)
*/
if (sdata->deflink.u.ap.beacon &&