mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-29 04:45:05 +00:00
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>
This commit is contained in:
parent
ea4eb7fb0c
commit
b053557086
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user