Fix a typo in comments, found with scripts/checkpatch.pl using the
misspelling list in scripts/spelling.txt. Only touches comments, no code
changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <redacted>
---
Notes:
v2: designate the patch to wireless-next and use a subject prefix naming
the component, as maintainer-netdev.rst asks; v1 went out with a bare
[PATCH] and a "net:" prefix. Rebased onto wireless-next, diff unchanged.
v1: https://lore.kernel.org/all/20260907061417.33729-1-hemanth.selam@gmail.com/ (local)
net/mac80211/cfg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c
index 23f4f9ec86d0..0ce7a7ab769c 100644
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
@@ -2870,7 +2870,7 @@ static int ieee80211_change_station(struct wiphy *wiphy,
}
}
- /* NAN capabilties should not change */
+ /* NAN capabilities should not change */
if (statype == CFG80211_STA_NAN_DATA &&
sta->deflink.pub->ht_cap.ht_supported &&
(params->link_sta_params.ht_capa ||