From: Quentin Lambert Date: Tue, 27 Sep 2016 09:42:08 +0000 (+0200) Subject: greybus: manifest: style fix missing space before '(' X-Git-Tag: v4.9-rc1~119^2~188 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3dd22268d77c012aaad01d3d7d30b4bdd9c4488a;p=karo-tx-linux.git 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 --- 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: