projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbb9302
)
cw1200: fix spelling mistake: "Mailformed" -> "Malformed"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 29 Mar 2018 15:38:18 +0000
(16:38 +0100)
committer
Kalle Valo
<kvalo@codeaurora.org>
Tue, 24 Apr 2018 17:23:05 +0000
(20:23 +0300)
Trivial fix to spelling mistake in wiphy_warn warning message text
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/st/cw1200/txrx.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/st/cw1200/txrx.c
b/drivers/net/wireless/st/cw1200/txrx.c
index e9050b41157a846d22948d4daa168b9e898d6960..f7b1b0062db32382b993f2f90695d8af889ba9dc 100644
(file)
--- a/
drivers/net/wireless/st/cw1200/txrx.c
+++ b/
drivers/net/wireless/st/cw1200/txrx.c
@@
-1069,7
+1069,7
@@
void cw1200_rx_cb(struct cw1200_common *priv,
}
if (skb->len < sizeof(struct ieee80211_pspoll)) {
- wiphy_warn(priv->hw->wiphy, "Ma
i
lformed 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;
}