diff mbox

net: ath: tx99: fixed a spelling issue

Message ID 1493310697-18610-1-git-send-email-ammly@gmail.com
State Awaiting Upstream, archived
Delegated to: David Miller
Headers show

Commit Message

ammly April 27, 2017, 4:31 p.m. UTC
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(-)

Comments

Kalle Valo May 12, 2017, 9:21 a.m. UTC | #1
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>
Kalle Valo May 19, 2017, 7:49 a.m. UTC | #2
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 mbox

Patch

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;
 }