linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers:staging:wlan_ng Fix Alignment should match open parenthesis
@ 2015-10-27 11:09 Bogicevic Sasa
  0 siblings, 0 replies; only message in thread
From: Bogicevic Sasa @ 2015-10-27 11:09 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Bogicevic Sasa

This fixes " Alignment should match open parenthesis" messages from
checkpatch.pl

Signed-off-by: Bogicevic Sasa <brutallesale@gmail.com>
---
 drivers/staging/wlan-ng/prism2usb.c | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/drivers/staging/wlan-ng/prism2usb.c b/drivers/staging/wlan-ng/prism2usb.c
index e92bbc1..9167f6e 100644
--- a/drivers/staging/wlan-ng/prism2usb.c
+++ b/drivers/staging/wlan-ng/prism2usb.c
@@ -46,12 +46,18 @@ static struct usb_device_id usb_prism_tbl[] = {
 	PRISM_DEV(0x124a, 0x4017, "Pheenet WL-503IA 802.11b USB Adapter"),
 	PRISM_DEV(0x0bb2, 0x0302, "Ambit Microsystems Corp."),
 	PRISM_DEV(0x9016, 0x182d, "Sitecom WL-022 802.11b USB Adapter"),
-	PRISM_DEV(0x0543, 0x0f01,
-		"ViewSonic Airsync USB Adapter 11Mbps (Prism2.5)"),
-	PRISM_DEV(0x067c, 0x1022,
-		"Siemens SpeedStream 1022 11Mbps WLAN USB Adapter"),
-	PRISM_DEV(0x049f, 0x0033,
-		"Compaq/Intel W100 PRO/Wireless 11Mbps multiport WLAN Adapter"),
+	PRISM_DEV(
+		0x0543, 0x0f01,
+		"ViewSonic Airsync USB Adapter 11Mbps (Prism2.5)"
+		),
+	PRISM_DEV(
+		0x067c, 0x1022,
+		"Siemens SpeedStream 1022 11Mbps WLAN USB Adapter"
+		),
+	PRISM_DEV(
+		0x049f, 0x0033,
+		"Compaq/Intel W100 PRO/Wireless 11Mbps multiport WLAN Adapter"
+		),
 	{ } /* terminator */
 };
 MODULE_DEVICE_TABLE(usb, usb_prism_tbl);
@@ -223,8 +229,10 @@ exit:
 }
 
 #ifdef CONFIG_PM
-static int prism2sta_suspend(struct usb_interface *interface,
-				pm_message_t message)
+static int prism2sta_suspend(
+				struct usb_interface *interface,
+				pm_message_t message
+				)
 {
 	hfa384x_t *hw = NULL;
 	wlandevice_t *wlandev;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-27 11:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-27 11:09 [PATCH] drivers:staging:wlan_ng Fix Alignment should match open parenthesis Bogicevic Sasa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).