Staging: rtl8192u: r8192U_wx.c Fixed a misplaced brace
authorChaitanya Hazarey <c@24.io>
Wed, 28 May 2014 23:23:47 +0000 (16:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 May 2014 20:43:23 +0000 (13:43 -0700)
Fixed a misplaced brace in a function

Signed-off-by: Chaitanya Hazarey <c@24.io>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_wx.c

index 1af7c5d..675a12d 100644 (file)
@@ -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,
-                                       union iwreq_data *wrqu, char *p){
+                                       union iwreq_data *wrqu, char *p)
+{
 
        struct r8192_priv *priv = ieee80211_priv(dev);
        int *parms = (int *)p;