* [PATCH v3 2/4] staging: greybus: camera: Replace blank spaces with tabstops.
@ 2016-10-12 17:13 Elise Lennion
0 siblings, 0 replies; only message in thread
From: Elise Lennion @ 2016-10-12 17:13 UTC (permalink / raw)
To: johan, elder, gregkh, outreachy-kernel
Fix checkpatch warning:
WARNING: Statements should start on a tabstop
Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
---
v2: Changed subject of the patch.
v3: Added versions information.
drivers/staging/greybus/camera.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/greybus/camera.c b/drivers/staging/greybus/camera.c
index d89a329..0c73445 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)
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-12 17:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-12 17:13 [PATCH v3 2/4] staging: greybus: camera: Replace blank spaces with tabstops Elise Lennion
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.