Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4b50e388f88ab08f6c2f54f0a33e696ff2de269f
Commit:     4b50e388f88ab08f6c2f54f0a33e696ff2de269f
Parent:     c1428b3f45d152a300e4f18638ebf30ceafda6c3
Author:     Bruno Randolf <[EMAIL PROTECTED]>
AuthorDate: Fri Nov 16 17:04:01 2007 +0900
Committer:  John W. Linville <[EMAIL PROTECTED]>
CommitDate: Tue Nov 20 16:43:17 2007 -0500

    mac80211: add missing space in error message
    
    Signed-off-by: Bruno Randolf <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 net/mac80211/ieee80211_sta.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211/ieee80211_sta.c
index 015b3f8..16afd24 100644
--- 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);
 
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to