From: John W. Linville Date: Wed, 17 Mar 2010 15:28:18 +0000 (-0400) Subject: mac80211: correct typos in "unavailable upon resume" warning X-Git-Tag: v2.6.34-rc4~64^2~16^2~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a00dc73b7185ab2ebd1aa7ce710c7b4edc77a4;p=pandora-kernel.git mac80211: correct typos in "unavailable upon resume" warning Signed-off-by: John W. Linville --- diff --git a/net/mac80211/util.c b/net/mac80211/util.c index c453226f06b2..e6b1fba980c6 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c @@ -1097,9 +1097,9 @@ 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" - "prior to suspend or a hardware issue\n"); + WARN(local->suspended, "Hardware became unavailable " + "upon resume. This could be a software issue " + "prior to suspend or a hardware issue.\n"); return res; }