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


Groups > linux.kernel > #1557093

[PATCH 4/7] staging:wilc1000:wilc_debugfs.c Aligns code to match open parenthesis

From Scott Matheina <scott@matheina.com>
Newsgroups linux.kernel
Subject [PATCH 4/7] staging:wilc1000:wilc_debugfs.c Aligns code to match open parenthesis
Date 2017-01-12 04:50 +0100
Message-ID <sYEyJ-7iM-1@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/wilc_debugfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/wilc1000/wilc_debugfs.c b/drivers/staging/wilc1000/wilc_debugfs.c
index 07260c4..52aac75 100644
--- a/drivers/staging/wilc1000/wilc_debugfs.c
+++ b/drivers/staging/wilc1000/wilc_debugfs.c
@@ -52,7 +52,7 @@ static ssize_t wilc_debug_level_read(struct file *file, char __user *userbuf, si
 }
 
 static ssize_t wilc_debug_level_write(struct file *filp, const char __user *buf,
-					size_t count, loff_t *ppos)
+				      size_t count, loff_t *ppos)
 {
 	int flag = 0;
 	int ret;
-- 
2.7.4

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


Thread

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

csiph-web