From: Mohammed Shafi Shajakhan Date: Tue, 26 Apr 2016 11:41:36 +0000 (+0300) Subject: ath10k: fix a typo in ath10k_start() X-Git-Tag: v4.7-rc1~96^2~8^2^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6dfdbfc78a2fb1a59680e9a1ee2f462cc768f386;p=karo-tx-linux.git ath10k: fix a typo in ath10k_start() fix a typo (spelling mistake) in 'ath10k_start' Signed-off-by: Mohammed Shafi Shajakhan Signed-off-by: Kalle Valo --- 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);