staging: wlan-ng: fixed alignment not matching
authorJuliana Rodrigues <juliana.orod@gmail.com>
Thu, 22 Sep 2016 05:49:50 +0000 (02:49 -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 their open
parenthesis.

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 19750f3..f1d93b7 100644 (file)
@@ -334,7 +334,7 @@ static int prism2_scan(struct wiphy *wiphy,
                msg1.scantype.data = P80211ENUM_scantype_active;
                msg1.ssid.data.len = request->ssids->ssid_len;
                memcpy(msg1.ssid.data.data,
-                       request->ssids->ssid, request->ssids->ssid_len);
+                      request->ssids->ssid, request->ssids->ssid_len);
        } else {
                msg1.scantype.data = 0;
        }