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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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