Browse Source

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>
Mohammed Shafi Shajakhan 9 years ago
parent
commit
6dfdbfc78a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/wireless/ath/ath10k/mac.c

+ 1 - 1
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
 	 * 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.
 	 * commands will be submitted while restarting.
 	 */
 	 */
 	ath10k_drain_tx(ar);
 	ath10k_drain_tx(ar);