mwifiex: correct a typo in mwifiex_ret_tdls_oper
authorBing Zhao <bzhao@marvell.com>
Sat, 12 Jul 2014 03:57:15 +0000 (20:57 -0700)
committerJohn 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

index 822357b..08b78ba 100644 (file)
@@ -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;
        }