Skip to content

Commit

Permalink
staging: rtlwifi: fix spelling mistake "notity" -> "notify"
Browse files Browse the repository at this point in the history
There are two spelling mistake in RT_TRACE messages. Fix them.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Colin Ian King authored and Greg Kroah-Hartman committed Apr 19, 2019
1 parent 7c2c182 commit 8e227f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c
Original file line number Diff line number Diff line change
Expand Up @@ -4730,15 +4730,15 @@ void ex_btc8822b1ant_media_status_notify(struct btc_coexist *btcoexist, u8 type)
if (wifi_under_b_mode) {
RT_TRACE(
rtlpriv, COMP_BT_COEXIST, DBG_LOUD,
"[BTCoex], ********** (media status notity under b mode) **********\n");
"[BTCoex], ********** (media status notify under b mode) **********\n");
btcoexist->btc_write_1byte(btcoexist, 0x6cd,
0x00); /* CCK Tx */
btcoexist->btc_write_1byte(btcoexist, 0x6cf,
0x00); /* CCK Rx */
} else {
RT_TRACE(
rtlpriv, COMP_BT_COEXIST, DBG_LOUD,
"[BTCoex], ********** (media status notity not under b mode) **********\n");
"[BTCoex], ********** (media status notify not under b mode) **********\n");
btcoexist->btc_write_1byte(btcoexist, 0x6cd,
0x00); /* CCK Tx */
btcoexist->btc_write_1byte(btcoexist, 0x6cf,
Expand Down

0 comments on commit 8e227f7

Please sign in to comment.