projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1428b3
)
mac80211: add missing space in error message
author
Bruno Randolf
<bruno@thinktube.com>
Fri, 16 Nov 2007 08:04:01 +0000
(17:04 +0900)
committer
John 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
patch
|
blob
|
history
diff --git
a/net/mac80211/ieee80211_sta.c
b/net/mac80211/ieee80211_sta.c
index
015b3f8
..
16afd24
100644
(file)
--- a/
net/mac80211/ieee80211_sta.c
+++ b/
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);