staging: mt7621-mmc: Fix line size exceeding 80 columns
authorSankalp Negi <sankalpnegi2310@gmail.com>
Wed, 30 May 2018 19:04:44 +0000 (00:34 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Jun 2018 08:52:48 +0000 (10:52 +0200)
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>
drivers/staging/mt7621-mmc/dbg.c

index d897b12..6e4e223 100644 (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;