linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mac80211: correct typos in "unavailable upon resume" warning
@ 2010-03-17 19:33 John W. Linville
  2010-03-20 10:09 ` Dave
  0 siblings, 1 reply; 3+ messages in thread
From: John W. Linville @ 2010-03-17 19:33 UTC (permalink / raw)
  To: linux-wireless; +Cc: John W. Linville

Signed-off-by: John W. Linville <linville@tuxdriver.com>
---
 net/mac80211/util.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/mac80211/util.c b/net/mac80211/util.c
index c453226..a9d9098 100644
--- a/net/mac80211/util.c
+++ b/net/mac80211/util.c
@@ -1097,8 +1097,8 @@ int ieee80211_reconfig(struct ieee80211_local *local)
 		 */
 		res = drv_start(local);
 		if (res) {
-			WARN(local->suspended, "Harware became unavailable "
-			     "upon resume. This is could be a software issue"
+			WARN(local->suspended, "Hardware became unavailable "
+			     "upon resume. This is could be a software issue "
 			     "prior to suspend or a hardware issue\n");
 			return res;
 		}
-- 
1.6.2.5


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

* Re: [PATCH] mac80211: correct typos in "unavailable upon resume" warning
  2010-03-17 19:33 [PATCH] mac80211: correct typos in "unavailable upon resume" warning John W. Linville
@ 2010-03-20 10:09 ` Dave
  2010-03-20 12:48   ` John W. Linville
  0 siblings, 1 reply; 3+ messages in thread
From: Dave @ 2010-03-20 10:09 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless

John W. Linville wrote:
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
> ---
>  net/mac80211/util.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/net/mac80211/util.c b/net/mac80211/util.c
> index c453226..a9d9098 100644
> --- a/net/mac80211/util.c
> +++ b/net/mac80211/util.c
> @@ -1097,8 +1097,8 @@ int ieee80211_reconfig(struct ieee80211_local *local)
>  		 */
>  		res = drv_start(local);
>  		if (res) {
> -			WARN(local->suspended, "Harware became unavailable "
> -			     "upon resume. This is could be a software issue"
> +			WARN(local->suspended, "Hardware became unavailable "
> +			     "upon resume. This is could be a software issue "

                                                ^^

As long as you're addressing that line, you probably want to lose the
'is'. Or the 'could be'.

>  			     "prior to suspend or a hardware issue\n");
>  			return res;
>  		}

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

* Re: [PATCH] mac80211: correct typos in "unavailable upon resume" warning
  2010-03-20 10:09 ` Dave
@ 2010-03-20 12:48   ` John W. Linville
  0 siblings, 0 replies; 3+ messages in thread
From: John W. Linville @ 2010-03-20 12:48 UTC (permalink / raw)
  To: Dave; +Cc: linux-wireless

On Sat, Mar 20, 2010 at 10:09:38AM +0000, Dave wrote:
> John W. Linville wrote:
> > Signed-off-by: John W. Linville <linville@tuxdriver.com>
> > ---
> >  net/mac80211/util.c |    4 ++--
> >  1 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/net/mac80211/util.c b/net/mac80211/util.c
> > index c453226..a9d9098 100644
> > --- a/net/mac80211/util.c
> > +++ b/net/mac80211/util.c
> > @@ -1097,8 +1097,8 @@ int ieee80211_reconfig(struct ieee80211_local *local)
> >  		 */
> >  		res = drv_start(local);
> >  		if (res) {
> > -			WARN(local->suspended, "Harware became unavailable "
> > -			     "upon resume. This is could be a software issue"
> > +			WARN(local->suspended, "Hardware became unavailable "
> > +			     "upon resume. This is could be a software issue "
> 
>                                                 ^^
> 
> As long as you're addressing that line, you probably want to lose the
> 'is'. Or the 'could be'.

Yes, thanks.  Obviously I suck as a proof-reader...

John
-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

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

end of thread, other threads:[~2010-03-20 13:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-17 19:33 [PATCH] mac80211: correct typos in "unavailable upon resume" warning John W. Linville
2010-03-20 10:09 ` Dave
2010-03-20 12:48   ` John W. Linville

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).