1
0
Fork 0

staging: mt7621-mmc: Fix line size exceeding 80 columns

This patch fixes checkpatch.pl warning and check:
WARNING: line over 80 characters
CHECK: Alignment should match open parenthesis

Signed-off-by: Sankalp Negi <sankalpnegi2310@gmail.com>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
zero-colors
Sankalp Negi 2018-05-31 00:34:44 +05:30 committed by Greg Kroah-Hartman
parent b63881e2d3
commit a5a5b283a2
1 changed files with 2 additions and 1 deletions

View File

@ -229,7 +229,8 @@ static int msdc_debug_proc_read(struct seq_file *s, void *p)
}
static ssize_t msdc_debug_proc_write(struct file *file,
const char __user *buf, size_t count, loff_t *data)
const char __user *buf,
size_t count, loff_t *data)
{
int ret;