From: Ammly Fredrick Date: Thu, 27 Apr 2017 16:31:37 +0000 (+0300) Subject: ath9k: fix spelling in ath9k_tx99_init() X-Git-Tag: v4.13-rc1~157^2~214^2~66^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c46e2a848f29ce592f5f0db81757d17bbdbe45e4;p=linux-2.6-block.git ath9k: fix spelling in ath9k_tx99_init() It's spelled hardware, not harware. Signed-off-by: Ammly Fredrick [kvalo@qca.qualcomm.com: improve commit log] Signed-off-by: Kalle Valo --- 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; }