projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ed760c
)
ath9k: fix spelling in ath9k_tx99_init()
author
Ammly Fredrick
<ammlyf@gmail.com>
Thu, 27 Apr 2017 16:31:37 +0000
(19:31 +0300)
committer
Kalle 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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/tx99.c
b/drivers/net/wireless/ath/ath9k/tx99.c
index 16aca9e28b77396889fa9cc477b37c9a75cbb311..a866cbda0799fc1fdf4de944bac9b18ae9db6673 100644
(file)
--- 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 har
d
ware awake as it will be chugging on */
return 0;
}