projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72d19e9
)
staging: wlan-ng: fixed alignment not matching
author
Juliana Rodrigues
<
[email protected]
>
Thu, 22 Sep 2016 05:49:50 +0000
(
02:49
-0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/wlan-ng/cfg80211.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wlan-ng/cfg80211.c
b/drivers/staging/wlan-ng/cfg80211.c
index 19750f3f8d36c34e59f86a18de403c71289c41ad..f1d93b7083a33cd563e8314ba1473186c5a0971a 100644
(file)
--- a/
drivers/staging/wlan-ng/cfg80211.c
+++ b/
drivers/staging/wlan-ng/cfg80211.c
@@
-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;
}