mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
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:
parent
e4d1b2716b
commit
e8242ad038
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue