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>
This commit is contained in:
Scott Matheina 2017-01-11 21:38:35 -06:00 committed by Greg Kroah-Hartman
parent 36190caa4f
commit c4de5df547
1 changed files with 1 additions and 1 deletions

View 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;