]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: qtnfmac: fix spelling error in core.h
authorLiu Jing <liujing@cmss.chinamobile.com>
Mon, 9 Dec 2024 06:24:25 +0000 (14:24 +0800)
committerKalle Valo <kvalo@kernel.org>
Thu, 12 Dec 2024 18:01:33 +0000 (20:01 +0200)
Fix specific spelling error in core.h.

Signed-off-by: Liu Jing <liujing@cmss.chinamobile.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20241209062425.4139-1-liujing@cmss.chinamobile.com
drivers/net/wireless/quantenna/qtnfmac/core.h

index b375a4751580d01b2d7bd8225183e805cec41c05..a377d85c24518668e9690496b5263584d6caf4bc 100644 (file)
@@ -102,7 +102,7 @@ struct qtnf_wmac {
        struct qtnf_mac_info macinfo;
        struct qtnf_vif iflist[QTNF_MAX_INTF];
        struct cfg80211_scan_request *scan_req;
-       struct mutex mac_lock;  /* lock during wmac speicific ops */
+       struct mutex mac_lock;  /* lock during wmac specific ops */
        struct delayed_work scan_timeout;
        struct ieee80211_regdomain *rd;
        struct platform_device *pdev;