From: Scott Matheina <scott@matheina.com>
Date: Thu, 12 Jan 2017 03:38:35 +0000 (-0600)
Subject: staging:wilc1000:wilc_debugfs.c Aligns code to match open parenthesis
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c4de5df5479329e92aa4e2f0aaa8b36fc8efef43;p=linux.git

staging:wilc1000:wilc_debugfs.c Aligns code to match open parenthesis

Fixes checkpatch CHECK: Alignment should match open parenthesis

Signed-off-by: Scott Matheina <scott@matheina.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---

diff --git a/drivers/staging/wilc1000/wilc_debugfs.c b/drivers/staging/wilc1000/wilc_debugfs.c
index 07260c497db4e..52aac752291b4 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;