mirror of https://gitee.com/openkylin/linux.git
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:
parent
cd7b701f52
commit
9d3318f48c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue