From: Elise Lennion Date: Wed, 12 Oct 2016 17:13:01 +0000 (-0300) Subject: staging: greybus: camera: Replace blank spaces with tabstops. X-Git-Tag: v4.10-rc1~148^2~544 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9d3318f48ce383cdd261719f4fa95c979bdd7ce4;p=karo-tx-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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/camera.c b/drivers/staging/greybus/camera.c index d89a329a7b5f..0c73445737b5 100644 --- a/drivers/staging/greybus/camera.c +++ b/drivers/staging/greybus/camera.c @@ -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)