From: Elise Lennion Date: Wed, 12 Oct 2016 17:13:01 +0000 (-0300) Subject: staging: greybus: camera: Replace blank spaces with tabstops. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9d3318f48ce383cdd261719f4fa95c979bdd7ce4;p=openwrt%2Fstaging%2Fblogic.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)