staging: greybus: camera: Replace blank spaces with tabstops.
authorElise Lennion <elise.lennion@gmail.com>
Wed, 12 Oct 2016 17:13:01 +0000 (14:13 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:27:22 +0000 (10:27 +0200)
Fix checkpatch warning:

WARNING: Statements should start on a tabstop

Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/camera.c

index d89a329..0c73445 100644 (file)
@@ -1119,7 +1119,7 @@ static ssize_t gb_camera_debugfs_write(struct file *file,
        char *kbuf;
 
        if (len > 1024)
-              return -EINVAL;
+               return -EINVAL;
 
        kbuf = kmalloc(len + 1, GFP_KERNEL);
        if (!kbuf)