From: WangYuli Date: Tue, 15 Jul 2025 13:44:04 +0000 (+0800) Subject: wifi: brcmfmac: Fix typo "notifer" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d0a67c600a61c42308e8b78864492752c4f69a2;p=thirdparty%2Flinux.git wifi: brcmfmac: Fix typo "notifer" There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Signed-off-by: WangYuli Acked-by: Arend van Spriel > Link: https://patch.msgid.link/F92035B0A9123150+20250715134407.540483-5-wangyuli@uniontech.com [remove prior link] Signed-off-by: Johannes Berg --- diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c index 40a9a8177de64..a324bfec0b694 100644 --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c +++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c @@ -8330,7 +8330,7 @@ struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr, cfg->d11inf.io_type = (u8)io_type; brcmu_d11_attach(&cfg->d11inf); - /* regulatory notifer below needs access to cfg so + /* regulatory notifier below needs access to cfg so * assign it now. */ drvr->config = cfg;