Commit b0535570 authored by Bing Zhao's avatar Bing Zhao Committed by John W. Linville

mwifiex: correct a typo in mwifiex_ret_tdls_oper

This patch fixes this typo.
Reported-by: default avatarPaul Stewart <pstew@chromium.org>
Signed-off-by: default avatarBing Zhao <bzhao@marvell.com>
Signed-off-by: default avatarAvinash Patil <patila@marvell.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent ea4eb7fb
...@@ -908,7 +908,7 @@ static int mwifiex_ret_tdls_oper(struct mwifiex_private *priv, ...@@ -908,7 +908,7 @@ static int mwifiex_ret_tdls_oper(struct mwifiex_private *priv,
break; break;
default: default:
dev_err(priv->adapter->dev, dev_err(priv->adapter->dev,
"Unknown TDLS command action respnse %d", action); "Unknown TDLS command action response %d", action);
return -1; return -1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment