瀏覽代碼

mac80211: add missing space in error message

Signed-off-by: Bruno Randolf <bruno@thinktube.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Bruno Randolf 17 年之前
父節點
當前提交
4b50e388f8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/mac80211/ieee80211_sta.c

+ 1 - 1
net/mac80211/ieee80211_sta.c

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