]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
rsi: fix a typo in a debug message
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 9 Feb 2019 09:00:09 +0000 (12:00 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 19 Feb 2019 15:08:18 +0000 (17:08 +0200)
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>
drivers/net/wireless/rsi/rsi_91x_mac80211.c

index 2c12f01023288bd26dbe3617e4d0288107c67ae3..b4527e6098961709b80a1401af9f5ecfb525ad91 100644 (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);