staging: wlan-ng: fixed alignment not matching
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>
This commit is contained in:
parent
72d19e9899
commit
98090a0ba7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user