From 3dd22268d77c012aaad01d3d7d30b4bdd9c4488a Mon Sep 17 00:00:00 2001 From: Quentin Lambert Date: Tue, 27 Sep 2016 11:42:08 +0200 Subject: greybus: manifest: style fix missing space before '(' Checkpatch printed a style ERROR concerning a missing space before '('. This patch fixes this issue. Signed-off-by: Quentin Lambert Acked-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/manifest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/greybus/manifest.c') diff --git a/drivers/staging/greybus/manifest.c b/drivers/staging/greybus/manifest.c index 3d1592fc94ea..7b903770a684 100644 --- 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: -- cgit v1.2.3