Commit 0fb1abc3 authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo

cw1200: fix spelling mistake: "Mailformed" -> "Malformed"

Trivial fix to spelling mistake in wiphy_warn warning message text
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent fbb93020
...@@ -1069,7 +1069,7 @@ void cw1200_rx_cb(struct cw1200_common *priv, ...@@ -1069,7 +1069,7 @@ void cw1200_rx_cb(struct cw1200_common *priv,
} }
if (skb->len < sizeof(struct ieee80211_pspoll)) { if (skb->len < sizeof(struct ieee80211_pspoll)) {
wiphy_warn(priv->hw->wiphy, "Mailformed SDU rx'ed. Size is lesser than IEEE header.\n"); wiphy_warn(priv->hw->wiphy, "Malformed SDU rx'ed. Size is lesser than IEEE header.\n");
goto drop; goto drop;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment