public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] greybus: manifest: style fix missing space before '('
@ 2016-09-27  9:20 Quentin Lambert
  2016-09-27  9:31 ` Viresh Kumar
  2016-09-27  9:42 ` [PATCH v2] " Quentin Lambert
  0 siblings, 2 replies; 6+ messages in thread
From: Quentin Lambert @ 2016-09-27  9:20 UTC (permalink / raw)
  To: Johan Hovold, Alex Elder, Greg Kroah-Hartman, devel, linux-kernel
  Cc: kernel-janitors, Quentin Lambert

Checkpatch printed a style ERROR concerning a missing space befire '('.
This patch fix this issue.

Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com>
---
 drivers/staging/greybus/manifest.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/staging/greybus/manifest.c
+++ b/drivers/staging/greybus/manifest.c
@@ -11,7 +11,7 @@
 
 static const char *get_descriptor_type_string(u8 type)
 {
-	switch(type) {
+	switch (type) {
 	case GREYBUS_TYPE_INVALID:
 		return "invalid";
 	case GREYBUS_TYPE_STRING:

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

end of thread, other threads:[~2016-09-27  9:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-27  9:20 [PATCH] greybus: manifest: style fix missing space before '(' Quentin Lambert
2016-09-27  9:31 ` Viresh Kumar
2016-09-27  9:33   ` Quentin Lambert
2016-09-27  9:36     ` Viresh Kumar
2016-09-27  9:47     ` Dan Carpenter
2016-09-27  9:42 ` [PATCH v2] " Quentin Lambert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox