staging:wlan-ng:cfg80211.c Aligned code with open parenthesis
authorScott Matheina <scott@matheina.com>
Thu, 12 Jan 2017 03:38:32 +0000 (21:38 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jan 2017 17:10:25 +0000 (18:10 +0100)
Fixed Alignment should match open parenthesis checkpatch CHECK.

Signed-off-by: Scott Matheina <scott@matheina.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/cfg80211.c

index aa0e5a3..11870cb 100644 (file)
@@ -483,8 +483,8 @@ static int prism2_connect(struct wiphy *wiphy, struct net_device *dev,
                msg_join.authtype.data = P80211ENUM_authalg_sharedkey;
        else
                netdev_warn(dev,
-                       "Unhandled authorisation type for connect (%d)\n",
-                       sme->auth_type);
+                           "Unhandled authorisation type for connect (%d)\n",
+                           sme->auth_type);
 
        /* Set the encryption - we only support wep */
        if (is_wep) {
@@ -667,7 +667,7 @@ void prism2_disconnected(struct wlandevice *wlandev)
 void prism2_roamed(struct wlandevice *wlandev)
 {
        cfg80211_roamed(wlandev->netdev, NULL, wlandev->bssid,
-               NULL, 0, NULL, 0, GFP_KERNEL);
+                       NULL, 0, NULL, 0, GFP_KERNEL);
 }
 
 /* Structures for declaring wiphy interface */