staging:wilc1000:wilc_debugfs.c Aligns code to match open parenthesis
authorScott Matheina <scott@matheina.com>
Thu, 12 Jan 2017 03:38:35 +0000 (21:38 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jan 2017 17:10:25 +0000 (18:10 +0100)
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>
drivers/staging/wilc1000/wilc_debugfs.c

index 07260c4..52aac75 100644 (file)
@@ -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;