staging: wlan-ng: fixed parenthesis alignment
authorJuliana Rodrigues <juliana.orod@gmail.com>
Thu, 22 Sep 2016 05:50:56 +0000 (02:50 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Sep 2016 09:54:46 +0000 (11:54 +0200)
This patch fixes a checkpatch warning by moving
arguments to the right and aligning them to the open
parenthesis above.

Signed-off-by: Juliana Rodrigues <juliana.orod@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/cfg80211.c

index 8c592be..19750f3 100644 (file)
@@ -661,7 +661,7 @@ void prism2_connect_result(struct wlandevice *wlandev, u8 failed)
 void prism2_disconnected(struct wlandevice *wlandev)
 {
        cfg80211_disconnected(wlandev->netdev, 0, NULL,
-               0, false, GFP_KERNEL);
+                             0, false, GFP_KERNEL);
 }
 
 void prism2_roamed(struct wlandevice *wlandev)