mac80211: fix typo added by "mac80211: fix propagation of failed..."
authorJohn W. Linville <linville@tuxdriver.com>
Mon, 4 Jan 2010 20:58:03 +0000 (15:58 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 4 Jan 2010 20:58:03 +0000 (15:58 -0500)
'Typo: it's "Hardware", not "Harware". Hmm, sometimes it's hairware :-)"'
-- Holger Schurig

Reported-by: Holger Schurig <holgerschurig@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/util.c

index 7e38858..29e1acc 100644 (file)
@@ -1094,7 +1094,7 @@ int ieee80211_reconfig(struct ieee80211_local *local)
                if (res) {
                        WARN(local->suspended, "Harware became unavailable "
                             "upon resume. This is could be a software issue"
-                            "prior to suspend or a harware issue\n");
+                            "prior to suspend or a hardware issue\n");
                        return res;
                }