Commit 4b50e388 authored by Bruno Randolf's avatar Bruno Randolf Committed by John W. Linville

mac80211: add missing space in error message

Signed-off-by: default avatarBruno Randolf <bruno@thinktube.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent c1428b3f
...@@ -2647,7 +2647,7 @@ void ieee80211_scan_completed(struct ieee80211_hw *hw) ...@@ -2647,7 +2647,7 @@ void ieee80211_scan_completed(struct ieee80211_hw *hw)
local->sta_scanning = 0; local->sta_scanning = 0;
if (ieee80211_hw_config(local)) if (ieee80211_hw_config(local))
printk(KERN_DEBUG "%s: failed to restore operational" printk(KERN_DEBUG "%s: failed to restore operational "
"channel after scan\n", dev->name); "channel after scan\n", dev->name);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment