OSDN Git Service

greybus: kernel_ver.h: add a blank line after a variable definition
authorGreg Kroah-Hartman <gregkh@google.com>
Fri, 1 May 2015 19:05:29 +0000 (21:05 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 5 May 2015 09:11:03 +0000 (11:11 +0200)
checkpatch reminds us that a blank line should go after a variable
definition, so fix it up here.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/staging/greybus/kernel_ver.h

index 83d08da..e63d6cb 100644 (file)
@@ -69,6 +69,7 @@ static inline void gb_gpiochip_remove(struct gpio_chip *chip)
 static inline void gb_gpiochip_remove(struct gpio_chip *chip)
 {
        int ret;
+
        ret = gpiochip_remove(chip);
 }
 #endif