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