All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: greybus: remove unmatched right bracket
@ 2018-11-04  2:02 Ioannis Valasakis
  2018-11-04  6:27 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 5+ messages in thread
From: Ioannis Valasakis @ 2018-11-04  2:02 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh

Remove unmatched right bracket.
Reported by uncrustify.

Signed-off-by: Ioannis Valasakis <code@wizofe.uk>
---
 drivers/staging/greybus/camera.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/greybus/camera.c b/drivers/staging/greybus/camera.c
index 6dded10f4155..c6d65430ea4c 100644
--- a/drivers/staging/greybus/camera.c
+++ b/drivers/staging/greybus/camera.c
@@ -1190,7 +1190,6 @@ static int gb_camera_debugfs_init(struct gb_camera *gcam)
 		debugfs_create_file(entry->name, entry->mask,
 				    gcam->debugfs.root, gcam,
 				    &gb_camera_debugfs_ops);
-		}
 	}
 
 	return 0;
-- 
2.19.1




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

end of thread, other threads:[~2018-11-04 12:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-04  2:02 [PATCH] staging: greybus: remove unmatched right bracket Ioannis Valasakis
2018-11-04  6:27 ` [Outreachy kernel] " Julia Lawall
2018-11-04 12:01   ` Ioannis Valasakis
2018-11-04 12:03     ` Julia Lawall
2018-11-04 12:08       ` Ioannis Valasakis

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.