Skip to content

Commit

Permalink
mwifiex: correct a typo in mwifiex_ret_tdls_oper
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bing Zhao authored and John W. Linville committed Jul 15, 2014
1 parent ea4eb7f commit b053557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/mwifiex/sta_cmdresp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit b053557

Please sign in to comment.