staging: greybus: camera: Replace blank spaces with tabstops.

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>
This commit is contained in:
Elise Lennion 2016-10-12 14:13:01 -03:00 committed by Greg Kroah-Hartman
parent cd7b701f52
commit 9d3318f48c
1 changed files with 1 additions and 1 deletions

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