summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/wmi.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2020-07-25 10:09:33 +0300
committerKalle Valo <kvalo@codeaurora.org>2020-08-14 17:44:56 +0300
commit743adae9da12aeae93b4006d7f7724530e8c54f6 (patch)
tree8479c97af80f0789e37b6b819dbf64a0c0698169 /drivers/net/wireless/ath/ath9k/wmi.c
parent060202027aa8f382e8d1b7e73f0da2b5cf9191dc (diff)
downloadlinux-743adae9da12aeae93b4006d7f7724530e8c54f6.tar.xz
ath9k: Fix typo in function name
Typo "destoy" made me wonder if correct patch is wrong; fix it. No functional change. Signed-off-by: Pavel Machek (CIP) <pavel@denx.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200724083910.GA31930@amd
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/wmi.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/wmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/wmi.c b/drivers/net/wireless/ath/ath9k/wmi.c
index e7a3127395be..9cf5ae3f7298 100644
--- a/drivers/net/wireless/ath/ath9k/wmi.c
+++ b/drivers/net/wireless/ath/ath9k/wmi.c
@@ -121,7 +121,7 @@ void ath9k_stop_wmi(struct ath9k_htc_priv *priv)
mutex_unlock(&wmi->op_mutex);
}
-void ath9k_destoy_wmi(struct ath9k_htc_priv *priv)
+void ath9k_destroy_wmi(struct ath9k_htc_priv *priv)
{
kfree(priv->wmi);
}