diff mbox

[6/7] ath6kl: fix typo

Message ID 1463495926-13728-7-git-send-email-Julia.Lawall@lip6.fr (mailing list archive)
State Accepted
Commit c92fe48bbfbd1e93caa70e33126d41f2587d2f97
Delegated to: Kalle Valo
Headers show

Commit Message

Julia Lawall May 17, 2016, 2:38 p.m. UTC
firmare -> firmware

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>

---
 drivers/net/wireless/ath/ath6kl/core.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Kalle Valo May 28, 2016, 8:22 a.m. UTC | #1
Julia Lawall <Julia.Lawall@lip6.fr> wrote:
> firmare -> firmware
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>

Thanks, 1 patch applied to ath.git:

8a9a3efa9e77 ath6kl: fix typo
diff mbox

Patch

diff --git a/drivers/net/wireless/ath/ath6kl/core.h b/drivers/net/wireless/ath/ath6kl/core.h
index 713a571..ebc40f6 100644
--- a/drivers/net/wireless/ath/ath6kl/core.h
+++ b/drivers/net/wireless/ath/ath6kl/core.h
@@ -148,7 +148,7 @@  enum ath6kl_fw_capability {
 	/* ratetable is the 2 stream version (max MCS15) */
 	ATH6KL_FW_CAPABILITY_RATETABLE_MCS15,
 
-	/* firmare doesn't support IP checksumming */
+	/* firmware doesn't support IP checksumming */
 	ATH6KL_FW_CAPABILITY_NO_IP_CHECKSUM,
 
 	/* this needs to be last */