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:
5f0730f
)
staging: wlan-ng: fixed parenthesis alignment
author
Juliana Rodrigues
<
[email protected]
>
Thu, 22 Sep 2016 05:50:56 +0000
(
02:50
-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 the open
parenthesis above.
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 8c592be15873f70f6ea185446aeed0f8f954b638..19750f3f8d36c34e59f86a18de403c71289c41ad 100644
(file)
--- a/
drivers/staging/wlan-ng/cfg80211.c
+++ b/
drivers/staging/wlan-ng/cfg80211.c
@@
-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)