diff mbox series

qtnfmac: fix spelling error in core.h

Message ID 20241209062425.4139-1-liujing@cmss.chinamobile.com (mailing list archive)
State Accepted
Commit 73e456b402faddf354ff587a859121163709ad2d
Delegated to: Kalle Valo
Headers show
Series qtnfmac: fix spelling error in core.h | expand

Commit Message

Liu Jing Dec. 9, 2024, 6:24 a.m. UTC
Fix specific spelling error in core.h.

Signed-off-by: Liu Jing <liujing@cmss.chinamobile.com>

Comments

Kalle Valo Dec. 12, 2024, 6:02 p.m. UTC | #1
Liu Jing <liujing@cmss.chinamobile.com> wrote:

> Fix specific spelling error in core.h.
> 
> Signed-off-by: Liu Jing <liujing@cmss.chinamobile.com>
> 
> diff --git a/drivers/net/wireless/quantenna/qtnfmac/core.h b/drivers/net/wireless/quantenna/qtnfmac/core.h
> index b375a4751580..a377d85c2451 100644
> --- a/drivers/net/wireless/quantenna/qtnfmac/core.h
> +++ b/drivers/net/wireless/quantenna/qtnfmac/core.h
> @@ -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;

Patch applied to wireless-next.git, thanks.

73e456b402fa wifi: qtnfmac: fix spelling error in core.h
diff mbox series

Patch

diff --git a/drivers/net/wireless/quantenna/qtnfmac/core.h b/drivers/net/wireless/quantenna/qtnfmac/core.h
index b375a4751580..a377d85c2451 100644
--- a/drivers/net/wireless/quantenna/qtnfmac/core.h
+++ b/drivers/net/wireless/quantenna/qtnfmac/core.h
@@ -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;