summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorMohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>2016-04-26 14:41:36 +0300
committerKalle Valo <kvalo@qca.qualcomm.com>2016-04-26 14:57:44 +0300
commit6dfdbfc78a2fb1a59680e9a1ee2f462cc768f386 (patch)
treeae6695790559a8c60bf311e05b2dd4ec58224faa /drivers/net
parent513527c87a7feab2a5b31db07e5b07864d3c08f7 (diff)
downloadlinux-stable-6dfdbfc78a2fb1a59680e9a1ee2f462cc768f386.tar.gz
linux-stable-6dfdbfc78a2fb1a59680e9a1ee2f462cc768f386.tar.bz2
linux-stable-6dfdbfc78a2fb1a59680e9a1ee2f462cc768f386.zip
ath10k: fix a typo in ath10k_start()
fix a typo (spelling mistake) in 'ath10k_start' Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/wireless/ath/ath10k/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index 0e24f9ee8bff..de31eb66cedf 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -4346,7 +4346,7 @@ static int ath10k_start(struct ieee80211_hw *hw)
/*
* This makes sense only when restarting hw. It is harmless to call
- * uncoditionally. This is necessary to make sure no HTT/WMI tx
+ * unconditionally. This is necessary to make sure no HTT/WMI tx
* commands will be submitted while restarting.
*/
ath10k_drain_tx(ar);