Skip to content

Commit

Permalink
mac80211: add missing space in error message
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Randolf <bruno@thinktube.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Bruno Randolf authored and John W. Linville committed Nov 20, 2007
1 parent c1428b3 commit 4b50e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/ieee80211_sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,7 @@ void ieee80211_scan_completed(struct ieee80211_hw *hw)
local->sta_scanning = 0;

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);


Expand Down

0 comments on commit 4b50e38

Please sign in to comment.