* [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
* Re: [PATCH] add missing space in error message
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
0 siblings, 1 reply; 3+ messages in thread
From: Johannes Berg @ 2007-11-16 15:49 UTC (permalink / raw)
To: Bruno Randolf; +Cc: linville, linux-wireless, ath5k-devel, Bruno Randolf
[-- Attachment #1: Type: text/plain, Size: 923 bytes --]
On Fri, 2007-11-16 at 17:04 +0900, Bruno Randolf wrote:
> From: Bruno Randolf <br1@einfach.org>
> Signed-off-by: Bruno Randolf <bruno@thinktube.com>
Huh?
Acked-by: Johannes Berg <johannes@sipsolutions.net>
But I do wonder why you're seeing this message. Anything wrong with
ath5k?
> ---
> 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);
>
>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] add missing space in error message
2007-11-16 15:49 ` Johannes Berg
@ 2007-11-17 12:13 ` bruno randolf
0 siblings, 0 replies; 3+ messages in thread
From: bruno randolf @ 2007-11-17 12:13 UTC (permalink / raw)
To: Johannes Berg; +Cc: linux-wireless, ath5k-devel
On Saturday 17 November 2007 00:49:13 Johannes Berg wrote:
> On Fri, 2007-11-16 at 17:04 +0900, Bruno Randolf wrote:
> > From: Bruno Randolf <br1@einfach.org>
> >
> > Signed-off-by: Bruno Randolf <bruno@thinktube.com>
>
> Huh?
ups, seems git got confused with my global and local email configuration.
sorry.
> But I do wonder why you're seeing this message. Anything wrong with
> ath5k?
yep ;) i got this message while testing nick's patches for the 5413/14
chipset. it sometimes fails doing the calibration.
bruno
> > ---
> > 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);
^ permalink raw reply [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).