diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-01-04 15:58:03 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-01-04 15:58:03 -0500 |
commit | e5eb8bd9429ebd04cf906156d1fe40b52f88e82f (patch) | |
tree | 4212042b42a265fdefbdb22d7e1d7a00af6b998f | |
parent | 51633632ef614ef045f25d76fc7f0133d7cc60c6 (diff) |
mac80211: fix typo added by "mac80211: fix propagation of failed..."master-2010-01-04
'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>
-rw-r--r-- | net/mac80211/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/util.c b/net/mac80211/util.c index 7e38858a928..29e1acca207 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c @@ -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; } |