Skip to content

Commit

Permalink
rtw89: Fix two spelling mistakes in debug messages
Browse files Browse the repository at this point in the history
There are two spelling mistakes in rtw89_debug messages. Fix them.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20211015105004.11817-1-colin.king@canonical.com
  • Loading branch information
Colin Ian King authored and Kalle Valo committed Oct 18, 2021
1 parent 69ab1b7 commit c51ed74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/realtek/rtw89/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,7 @@ static s32 rtw89_phy_multi_sta_cfo_calc(struct rtw89_dev *rtwdev)
target_cfo = clamp(cfo_avg, max_cfo_lb, min_cfo_ub);
} else {
rtw89_debug(rtwdev, RTW89_DBG_CFO,
"No intersection of cfo torlence windows\n");
"No intersection of cfo tolerance windows\n");
target_cfo = phy_div(cfo_khz_all, (s32)sta_cnt);
}
for (i = 0; i < CFO_TRACK_MAX_USER; i++)
Expand Down Expand Up @@ -2749,7 +2749,7 @@ static void rtw89_phy_dig_dyn_pd_th(struct rtw89_dev *rtwdev, u8 rssi,
dig->igi_rssi, final_rssi, under_region, val);
} else {
rtw89_debug(rtwdev, RTW89_DBG_DIG,
"Dynamic PD th dsiabled, Set PD_low_bd=0\n");
"Dynamic PD th disabled, Set PD_low_bd=0\n");
}

rtw89_phy_write32_mask(rtwdev, R_SEG0R_PD, B_SEG0R_PD_LOWER_BOUND_MSK,
Expand Down

0 comments on commit c51ed74

Please sign in to comment.