rsi: fix a typo in a debug message

There is a \b (backspace) character in the message that wasn't intended.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Dan Carpenter 2019-02-09 12:00:09 +03:00 committed by Kalle Valo
parent e4d1b2716b
commit e8242ad038
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ static void rsi_mac80211_cancel_hw_scan(struct ieee80211_hw *hw,
common->bgscan_en = false;
info.aborted = false;
ieee80211_scan_completed(adapter->hw, &info);
rsi_dbg(INFO_ZONE, "Back ground scan cancelled\b\n");
rsi_dbg(INFO_ZONE, "Back ground scan cancelled\n");
}
common->hwscan = NULL;
mutex_unlock(&common->mutex);