All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/7] staging: greybus: Add blank line after variable declarations.
@ 2016-10-11  3:11 Elise Lennion
  2016-10-12 17:35 ` Elise Lennion
  0 siblings, 1 reply; 2+ messages in thread
From: Elise Lennion @ 2016-10-11  3:11 UTC (permalink / raw)
  To: johan, elder, gregkh, outreachy-kernel

Fix checkpatch warning:

WARNING: Missing a blank line after declarations

Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
---
 drivers/staging/greybus/camera.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/greybus/camera.c b/drivers/staging/greybus/camera.c
index 491bdd7..d89a329 100644
--- a/drivers/staging/greybus/camera.c
+++ b/drivers/staging/greybus/camera.c
@@ -289,6 +289,7 @@ static const int gb_camera_configure_streams_validate_response(
 
 	for (i = 0; i < resp->num_streams; i++) {
 		struct gb_camera_stream_config_response *cfg = &resp->config[i];
+
 		if (cfg->padding) {
 			gcam_err(gcam, "stream #%u padding != 0\n", i);
 			return -EIO;
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/7] staging: greybus: Add blank line after variable declarations.
  2016-10-11  3:11 [PATCH 2/7] staging: greybus: Add blank line after variable declarations Elise Lennion
@ 2016-10-12 17:35 ` Elise Lennion
  0 siblings, 0 replies; 2+ messages in thread
From: Elise Lennion @ 2016-10-12 17:35 UTC (permalink / raw)
  To: johan, elder, gregkh, outreachy-kernel

New version of the patch:
https://groups.google.com/forum/#!topic/outreachy-kernel/mVVbHvYAg5U


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-12 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-11  3:11 [PATCH 2/7] staging: greybus: Add blank line after variable declarations Elise Lennion
2016-10-12 17:35 ` 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.