From: Pkshih <pkshih@realtek.com>
To: Colin Ian King <colin.i.king@gmail.com>,
Kalle Valo <kvalo@kernel.org>,
"David S . Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Cc: "kernel-janitors@vger.kernel.org"
<kernel-janitors@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH] rtw89: Fix spelling mistake "Mis-Match" -> "Mismatch"
Date: Thu, 17 Mar 2022 00:09:59 +0000 [thread overview]
Message-ID: <895366eef1d44540beab3145a36a02bb@realtek.com> (raw)
In-Reply-To: <20220316234242.55515-1-colin.i.king@gmail.com>
> -----Original Message-----
> From: Colin Ian King <colin.i.king@gmail.com>
> Sent: Thursday, March 17, 2022 7:43 AM
> To: Pkshih <pkshih@realtek.com>; Kalle Valo <kvalo@kernel.org>; David S . Miller <davem@davemloft.net>;
> Jakub Kicinski <kuba@kernel.org>; linux-wireless@vger.kernel.org; netdev@vger.kernel.org
> Cc: kernel-janitors@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: [PATCH] rtw89: Fix spelling mistake "Mis-Match" -> "Mismatch"
>
> There are some spelling mistakes in some literal strings. Fix them.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
> ---
> drivers/net/wireless/realtek/rtw89/coex.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/net/wireless/realtek/rtw89/coex.c b/drivers/net/wireless/realtek/rtw89/coex.c
> index 07f26718b66f..99abd0fe7f15 100644
> --- a/drivers/net/wireless/realtek/rtw89/coex.c
> +++ b/drivers/net/wireless/realtek/rtw89/coex.c
> @@ -4623,12 +4623,12 @@ static void _show_cx_info(struct rtw89_dev *rtwdev, struct seq_file *m)
> ver_hotfix = FIELD_GET(GENMASK(15, 8), chip->wlcx_desired);
> seq_printf(m, "(%s, desired:%d.%d.%d), ",
> (wl->ver_info.fw_coex >= chip->wlcx_desired ?
> - "Match" : "Mis-Match"), ver_main, ver_sub, ver_hotfix);
> + "Match" : "Mismatch"), ver_main, ver_sub, ver_hotfix);
>
> seq_printf(m, "BT_FW_coex:%d(%s, desired:%d)\n",
> bt->ver_info.fw_coex,
> (bt->ver_info.fw_coex >= chip->btcx_desired ?
> - "Match" : "Mis-Match"), chip->btcx_desired);
> + "Match" : "Mismatch"), chip->btcx_desired);
>
> if (bt->enable.now && bt->ver_info.fw == 0)
> rtw89_btc_fw_en_rpt(rtwdev, RPT_EN_BT_VER_INFO, true);
> @@ -5075,7 +5075,7 @@ static void _show_dm_info(struct rtw89_dev *rtwdev, struct seq_file *m)
> seq_printf(m, "leak_ap:%d, fw_offload:%s%s\n", dm->leak_ap,
> (BTC_CX_FW_OFFLOAD ? "Y" : "N"),
> (dm->wl_fw_cx_offload == BTC_CX_FW_OFFLOAD ?
> - "" : "(Mis-Match!!)"));
> + "" : "(Mismatch!!)"));
>
> if (dm->rf_trx_para.wl_tx_power == 0xff)
> seq_printf(m,
> --
> 2.35.1
>
> ------Please consider the environment before printing this e-mail.
next prev parent reply other threads:[~2022-03-17 0:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-16 23:42 [PATCH] rtw89: Fix spelling mistake "Mis-Match" -> "Mismatch" Colin Ian King
2022-03-17 0:09 ` Pkshih [this message]
2022-03-17 14:17 ` Kalle Valo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=895366eef1d44540beab3145a36a02bb@realtek.com \
--to=pkshih@realtek.com \
--cc=colin.i.king@gmail.com \
--cc=davem@davemloft.net \
--cc=kernel-janitors@vger.kernel.org \
--cc=kuba@kernel.org \
--cc=kvalo@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).