提交 e00b8fdc 编写于 作者: C Chaitanya Hazarey 提交者: Greg Kroah-Hartman

Staging: rtl8192u: r8192U_wx.c Fixed a misplaced brace

Fixed a misplaced brace in a function
Signed-off-by: NChaitanya Hazarey <c@24.io>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 0cd2dc4d
...@@ -616,7 +616,8 @@ static int r8192_wx_set_enc(struct net_device *dev, ...@@ -616,7 +616,8 @@ static int r8192_wx_set_enc(struct net_device *dev,
static int r8192_wx_set_scan_type(struct net_device *dev, struct iw_request_info *aa, static int r8192_wx_set_scan_type(struct net_device *dev, struct iw_request_info *aa,
union iwreq_data *wrqu, char *p){ union iwreq_data *wrqu, char *p)
{
struct r8192_priv *priv = ieee80211_priv(dev); struct r8192_priv *priv = ieee80211_priv(dev);
int *parms = (int *)p; int *parms = (int *)p;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册