rtw89: Fix spelling mistake "Mis-Match" -> "Mismatch"
authorColin Ian King <colin.i.king@gmail.com>
Wed, 16 Mar 2022 23:42:42 +0000 (23:42 +0000)
committerKalle Valo <kvalo@kernel.org>
Thu, 17 Mar 2022 14:17:26 +0000 (16:17 +0200)
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>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220316234242.55515-1-colin.i.king@gmail.com
drivers/net/wireless/realtek/rtw89/coex.c

index 07f2671..99abd0f 100644 (file)
@@ -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,