Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1717397 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2017-08-22 15:10 +0200 |
| Last post | 2017-08-24 12:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] rtlwifi: rtl8821ae: fix spelling mistake: "faill" -> "failed" Colin King <colin.king@canonical.com> - 2017-08-22 15:10 +0200
Re: rtlwifi: rtl8821ae: fix spelling mistake: "faill" -> "failed" Kalle Valo <kvalo@codeaurora.org> - 2017-08-24 12:00 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2017-08-22 15:10 +0200 |
| Subject | [PATCH] rtlwifi: rtl8821ae: fix spelling mistake: "faill" -> "failed" |
| Message-ID | <uhh6r-2PY-17@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in RT_TRACE message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/fw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/fw.c b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/fw.c
index b84b4fa7b71c..f2b2c549e5b2 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/fw.c
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/fw.c
@@ -98,7 +98,7 @@ static int _rtl8821ae_fw_free_to_go(struct ieee80211_hw *hw)
if (counter >= FW_8821AE_POLLING_TIMEOUT_COUNT) {
RT_TRACE(rtlpriv, COMP_ERR, DBG_LOUD,
- "chksum report faill ! REG_MCUFWDL:0x%08x .\n",
+ "chksum report fail! REG_MCUFWDL:0x%08x .\n",
value32);
goto exit;
}
--
2.14.1
[toc] | [next] | [standalone]
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Date | 2017-08-24 12:00 +0200 |
| Subject | Re: rtlwifi: rtl8821ae: fix spelling mistake: "faill" -> "failed" |
| Message-ID | <uhX5F-4KB-39@gated-at.bofh.it> |
| In reply to | #1717397 |
Colin Ian King <colin.king@canonical.com> wrote: > From: Colin Ian King <colin.king@canonical.com> > > Trivial fix to spelling mistake in RT_TRACE message > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Patch applied to wireless-drivers-next.git, thanks. 2cc8918eb987 rtlwifi: rtl8821ae: fix spelling mistake: "faill" -> "failed" -- https://patchwork.kernel.org/patch/9915123/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web