greybus: manifest: style fix missing space before '('
authorQuentin Lambert <lambert.quentin@gmail.com>
Tue, 27 Sep 2016 09:42:08 +0000 (11:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Sep 2016 10:59:51 +0000 (12:59 +0200)
Checkpatch printed a style ERROR concerning a missing space before '('.
This patch fixes this issue.

Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/manifest.c

index 3d1592f..7b90377 100644 (file)
@@ -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: