Commit 63ca78b9 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

greybus: kernel_ver.h: add a blank line after a variable definition

checkpatch reminds us that a blank line should go after a variable
definition, so fix it up here.
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
Reviewed-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 3906a59c
...@@ -69,6 +69,7 @@ static inline void gb_gpiochip_remove(struct gpio_chip *chip) ...@@ -69,6 +69,7 @@ static inline void gb_gpiochip_remove(struct gpio_chip *chip)
static inline void gb_gpiochip_remove(struct gpio_chip *chip) static inline void gb_gpiochip_remove(struct gpio_chip *chip)
{ {
int ret; int ret;
ret = gpiochip_remove(chip); ret = gpiochip_remove(chip);
} }
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment