]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ath10k: fix a typo in ath10k_start()
authorMohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Tue, 26 Apr 2016 11:41:36 +0000 (14:41 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 26 Apr 2016 11:57:44 +0000 (14:57 +0300)
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>
drivers/net/wireless/ath/ath10k/mac.c

index 0e24f9ee8bffdd98850a23088bab80a111f3a95e..de31eb66cedf63b5a36b4a36dd551305980c37c8 100644 (file)
@@ -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);