diff mbox series

ath6kl: fix spelling mistake "initilisation" -> "initialization"

Message ID 20200806121958.60700-1-colin.king@canonical.com (mailing list archive)
State Accepted
Commit 42f5fe34a701769763c299c49a89595e60871dcf
Delegated to: Kalle Valo
Headers show
Series ath6kl: fix spelling mistake "initilisation" -> "initialization" | expand

Commit Message

Colin King Aug. 6, 2020, 12:19 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in an ath6kl_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/wireless/ath/ath6kl/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo Aug. 17, 2020, 10:21 a.m. UTC | #1
Colin King <colin.king@canonical.com> wrote:

> There is a spelling mistake in an ath6kl_err error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath-next branch of ath.git, thanks.

42f5fe34a701 ath6kl: fix spelling mistake "initilisation" -> "initialization"
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath6kl/init.c b/drivers/net/wireless/ath/ath6kl/init.c
index 811fad6d60c0..39bf19686175 100644
--- a/drivers/net/wireless/ath/ath6kl/init.c
+++ b/drivers/net/wireless/ath/ath6kl/init.c
@@ -1752,7 +1752,7 @@  static int __ath6kl_init_hw_start(struct ath6kl *ar)
 
 	ret = ath6kl_init_service_ep(ar);
 	if (ret) {
-		ath6kl_err("Endpoint service initilisation failed: %d\n", ret);
+		ath6kl_err("Endpoint service initialization failed: %d\n", ret);
 		goto err_cleanup_scatter;
 	}