summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmmly Fredrick <ammlyf@gmail.com>2017-04-27 19:31:37 +0300
committerKalle Valo <kvalo@qca.qualcomm.com>2017-05-19 10:49:04 +0300
commitc46e2a848f29ce592f5f0db81757d17bbdbe45e4 (patch)
treeac16f061bee2c55c14d30127f9dcf9298882688e
parent1ed760c9aca0b69c5b24c6fd454bcc573a01df99 (diff)
ath9k: fix spelling in ath9k_tx99_init()
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>
-rw-r--r--drivers/net/wireless/ath/ath9k/tx99.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/tx99.c b/drivers/net/wireless/ath/ath9k/tx99.c
index 16aca9e28b77..a866cbda0799 100644
--- a/drivers/net/wireless/ath/ath9k/tx99.c
+++ b/drivers/net/wireless/ath/ath9k/tx99.c
@@ -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;
}