ath9k: fix spelling in ath9k_tx99_init()
authorAmmly Fredrick <ammlyf@gmail.com>
Thu, 27 Apr 2017 16:31:37 +0000 (19:31 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 19 May 2017 07:49:04 +0000 (10:49 +0300)
It's spelled hardware, not harware.

Signed-off-by: Ammly Fredrick <ammlyf@gmail.com>
[kvalo@qca.qualcomm.com: improve commit log]
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath9k/tx99.c

index 16aca9e28b77396889fa9cc477b37c9a75cbb311..a866cbda0799fc1fdf4de944bac9b18ae9db6673 100644 (file)
@@ -153,7 +153,7 @@ static int ath9k_tx99_init(struct ath_softc *sc)
                sc->tx99_power,
                sc->tx99_power / 2);
 
-       /* We leave the harware awake as it will be chugging on */
+       /* We leave the hardware awake as it will be chugging on */
 
        return 0;
 }