linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] add missing space in error message
@ 2007-11-16  8:04 Bruno Randolf
  2007-11-16 15:49 ` Johannes Berg
  0 siblings, 1 reply; 3+ messages in thread
From: Bruno Randolf @ 2007-11-16  8:04 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ath5k-devel, Bruno Randolf, Bruno Randolf

From: Bruno Randolf <br1@einfach.org>


Signed-off-by: Bruno Randolf <bruno@thinktube.com>
---
 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 2079e98..dad5edb 100644
--- a/net/mac80211/ieee80211_sta.c
+++ b/net/mac80211/ieee80211_sta.c
@@ -2644,7 +2644,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);
 
 
-- 
1.5.3.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-17 12:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-16  8:04 [PATCH] add missing space in error message Bruno Randolf
2007-11-16 15:49 ` Johannes Berg
2007-11-17 12:13   ` bruno randolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).