]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: brcmfmac: Fix typo "notifer"
authorWangYuli <wangyuli@uniontech.com>
Tue, 15 Jul 2025 13:44:04 +0000 (21:44 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 18 Jul 2025 12:11:28 +0000 (14:11 +0200)
There is a spelling mistake of 'notifer' in the comment which
should be 'notifier'.

Signed-off-by: WangYuli <wangyuli@uniontech.com>
Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>>
Link: https://patch.msgid.link/F92035B0A9123150+20250715134407.540483-5-wangyuli@uniontech.com
[remove prior link]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c

index 40a9a8177de64202b6803798d5c6b8fc57cf8be2..a324bfec0b694076a73f18f1722613bee04f3cd6 100644 (file)
@@ -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;