diff options
-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 7e38858a9280..29e1acca207c 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c | |||
@@ -1094,7 +1094,7 @@ int ieee80211_reconfig(struct ieee80211_local *local) | |||
1094 | if (res) { | 1094 | if (res) { |
1095 | WARN(local->suspended, "Harware became unavailable " | 1095 | WARN(local->suspended, "Harware became unavailable " |
1096 | "upon resume. This is could be a software issue" | 1096 | "upon resume. This is could be a software issue" |
1097 | "prior to suspend or a harware issue\n"); | 1097 | "prior to suspend or a hardware issue\n"); |
1098 | return res; | 1098 | return res; |
1099 | } | 1099 | } |
1100 | 1100 | ||