mac80211: add missing space in error message
authorBruno Randolf <bruno@thinktube.com>
Fri, 16 Nov 2007 08:04:01 +0000 (17:04 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 20 Nov 2007 21:43:17 +0000 (16:43 -0500)
Signed-off-by: Bruno Randolf <bruno@thinktube.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_sta.c

index 015b3f8..16afd24 100644 (file)
@@ -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);