Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1548630 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-12-30 16:00 +0100 |
| Last post | 2017-01-01 20:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH][V3] rtlwifi: fix spelling mistake: "encrypiton" -> "encryption" Colin King <colin.king@canonical.com> - 2016-12-30 16:00 +0100
Re: [V3] rtlwifi: fix spelling mistake: "encrypiton" -> "encryption" Kalle Valo <kvalo@codeaurora.org> - 2017-01-01 20:00 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-12-30 16:00 +0100 |
| Subject | [PATCH][V3] rtlwifi: fix spelling mistake: "encrypiton" -> "encryption" |
| Message-ID | <sU6P0-5FM-5@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/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtlwifi/core.c b/drivers/net/wireless/realtek/rtlwifi/core.c index ded1493..732de0a 100644 --- a/drivers/net/wireless/realtek/rtlwifi/core.c +++ b/drivers/net/wireless/realtek/rtlwifi/core.c @@ -1532,7 +1532,7 @@ static int rtl_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, key_type = AESCMAC_ENCRYPTION; RT_TRACE(rtlpriv, COMP_SEC, DBG_DMESG, "alg:CMAC\n"); RT_TRACE(rtlpriv, COMP_SEC, DBG_DMESG, - "HW don't support CMAC encrypiton, use software CMAC encrypiton\n"); + "HW don't support CMAC encryption, use software CMAC encryption\n"); err = -EOPNOTSUPP; goto out_unlock; default: -- 2.10.2
[toc] | [next] | [standalone]
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Date | 2017-01-01 20:00 +0100 |
| Subject | Re: [V3] rtlwifi: fix spelling mistake: "encrypiton" -> "encryption" |
| Message-ID | <sUTwl-3Zn-5@gated-at.bofh.it> |
| In reply to | #1548630 |
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. e16e558e83ed rtlwifi: fix spelling mistake: "encrypiton" -> "encryption" -- https://patchwork.kernel.org/patch/9492215/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web