diff options
author | Bing Zhao <bzhao@marvell.com> | 2014-07-12 03:57:15 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-07-15 20:00:08 (GMT) |
commit | b0535570869f0f4c66f41811d9d941f2e5866b47 (patch) | |
tree | bca00375aed133439fd3f290f457a14f22100e9e | |
parent | ea4eb7fb0c6c5bb56fcbf2181f2d43cdfa95265a (diff) | |
download | linux-b0535570869f0f4c66f41811d9d941f2e5866b47.tar.xz |
mwifiex: correct a typo in mwifiex_ret_tdls_oper
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>
-rw-r--r-- | drivers/net/wireless/mwifiex/sta_cmdresp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/sta_cmdresp.c b/drivers/net/wireless/mwifiex/sta_cmdresp.c index 822357b..08b78ba 100644 --- 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 response %d", action); return -1; } |