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:
ea4eb7f
)
mwifiex: correct a typo in mwifiex_ret_tdls_oper
author
Bing Zhao
<bzhao@marvell.com>
Sat, 12 Jul 2014 03:57:15 +0000
(20:57 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 15 Jul 2014 20:00:08 +0000
(16:00 -0400)
This patch fixes this typo.
Reported-by: Paul Stewart <pstew@chromium.org>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/sta_cmdresp.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/mwifiex/sta_cmdresp.c
b/drivers/net/wireless/mwifiex/sta_cmdresp.c
index 822357b7b0bbb04818192457cab3df6e682ffb10..08b78baeb846d65ef18680e462991c226c94d5e3 100644
(file)
--- a/
drivers/net/wireless/mwifiex/sta_cmdresp.c
+++ b/
drivers/net/wireless/mwifiex/sta_cmdresp.c
@@
-908,7
+908,7
@@
static int mwifiex_ret_tdls_oper(struct mwifiex_private *priv,
break;
default:
dev_err(priv->adapter->dev,
- "Unknown TDLS command action respnse %d", action);
+ "Unknown TDLS command action resp
o
nse %d", action);
return -1;
}