diff options
author | Bing Zhao | 2014-07-11 20:57:15 -0700 |
---|---|---|
committer | John W. Linville | 2014-07-15 16:00:08 -0400 |
commit | b0535570869f0f4c66f41811d9d941f2e5866b47 (patch) | |
tree | bca00375aed133439fd3f290f457a14f22100e9e | |
parent | ea4eb7fb0c6c5bb56fcbf2181f2d43cdfa95265a (diff) |
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 822357b7b0bb..08b78baeb846 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; } |