Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1557097

[PATCH 3/7] staging:wilc1000:linux_wlan.c Align code to match open parenthesis

From Scott Matheina <scott@matheina.com>
Newsgroups linux.kernel
Subject [PATCH 3/7] staging:wilc1000:linux_wlan.c Align code to match open parenthesis
Date 2017-01-12 04:50 +0100
Message-ID <sYEyJ-7iM-17@gated-at.bofh.it> (permalink)
References <sYEp3-7eK-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Fixes checkpatch CHECK: Alignment should match open parenthesis

Signed-off-by: Scott Matheina <scott@matheina.com>
---
 drivers/staging/wilc1000/linux_wlan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c
index 185fcd1..9ab4393 100644
--- a/drivers/staging/wilc1000/linux_wlan.c
+++ b/drivers/staging/wilc1000/linux_wlan.c
@@ -364,7 +364,7 @@ static int linux_wlan_start_firmware(struct net_device *dev)
 		return ret;
 
 	if (!wait_for_completion_timeout(&wilc->sync_event,
-					msecs_to_jiffies(5000)))
+					 msecs_to_jiffies(5000)))
 		return -ETIME;
 
 	return 0;
-- 
2.7.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 3/7] staging:wilc1000:linux_wlan.c Align code to match open parenthesis Scott Matheina <scott@matheina.com> - 2017-01-12 04:50 +0100

csiph-web