Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <lambert.quentin@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Quentin Lambert and committed by
Greg Kroah-Hartman
3dd22268 659849cd

+1 -1
+1 -1
drivers/staging/greybus/manifest.c
··· 11 11 12 12 static const char *get_descriptor_type_string(u8 type) 13 13 { 14 - switch(type) { 14 + switch (type) { 15 15 case GREYBUS_TYPE_INVALID: 16 16 return "invalid"; 17 17 case GREYBUS_TYPE_STRING: