Message ID | 1493310697-18610-1-git-send-email-ammly@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c46e2a848f29ce592f5f0db81757d17bbdbe45e4 |
Delegated to: | Kalle Valo |
Headers | show |
ammly <ammlyf@gmail.com> wrote: > Fixed a spelling issue. > > Signed-off-by: Ammly Fredrick <ammlyf@gmail.com> I changed the commit log. Also check your From header in the email headers, it's missing your last name. Author: Ammly Fredrick <ammlyf@gmail.com> Date: Thu Apr 27 19:31:37 2017 +0300 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>
ammly <ammlyf@gmail.com> wrote: > Fixed a spelling issue. > > Signed-off-by: Ammly Fredrick <ammlyf@gmail.com> Patch applied to ath-next branch of ath.git, thanks. c46e2a848f29 ath9k: fix spelling in ath9k_tx99_init()
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; }
Fixed a spelling issue. Signed-off-by: Ammly Fredrick <ammlyf@gmail.com> --- drivers/net/wireless/ath/ath9k/tx99.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)