diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-12-11 08:34:43 +0000 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-12-18 19:50:25 +0200 |
commit | 345a4f223a7c9c6f10fb5ed7ec468ef858e9ec8a (patch) | |
tree | b9c857a6e83faf468848ebd09fdf0b0bd9ae736e /drivers/net/wireless/ath/ath11k/wmi.c | |
parent | 20c3c4fd39677fd5d909b6953a21411c7d200d2f (diff) | |
download | lwn-345a4f223a7c9c6f10fb5ed7ec468ef858e9ec8a.tar.gz lwn-345a4f223a7c9c6f10fb5ed7ec468ef858e9ec8a.zip |
ath11k: fix several spelling mistakes
There are several spelling mistakes in warning and debug messages,
fix them.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/wmi.c')
-rw-r--r-- | drivers/net/wireless/ath/ath11k/wmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/wmi.c b/drivers/net/wireless/ath/ath11k/wmi.c index b16bfb50d73e..473f67620b9b 100644 --- a/drivers/net/wireless/ath/ath11k/wmi.c +++ b/drivers/net/wireless/ath/ath11k/wmi.c @@ -2574,7 +2574,7 @@ ath11k_wmi_send_twt_disable_cmd(struct ath11k *ar, u32 pdev_id) ret = ath11k_wmi_cmd_send(wmi, skb, WMI_TWT_DISABLE_CMDID); if (ret) { - ath11k_warn(ab, "Failed to send WMI_TWT_DIeABLE_CMDID"); + ath11k_warn(ab, "Failed to send WMI_TWT_DISABLE_CMDID"); dev_kfree_skb(skb); } return ret; |