Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Nick Hainke and committed by
Johannes Berg
71a659bf 952f6c9d

+1 -1
+1 -1
net/mac80211/cfg.c
··· 2727 2727 * If the scan has been forced (and the driver supports 2728 2728 * forcing), don't care about being beaconing already. 2729 2729 * This will create problems to the attached stations (e.g. all 2730 - * the frames sent while scanning on other channel will be 2730 + * the frames sent while scanning on other channel will be 2731 2731 * lost) 2732 2732 */ 2733 2733 if (sdata->deflink.u.ap.beacon &&