From: Greg Kroah-Hartman Date: Fri, 1 May 2015 19:05:29 +0000 (+0200) Subject: greybus: kernel_ver.h: add a blank line after a variable definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=63ca78b9abe4d216aec08724c9677b86481fa271;p=linux.git 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: Greg Kroah-Hartman Reviewed-by: Viresh Kumar --- diff --git a/drivers/staging/greybus/kernel_ver.h b/drivers/staging/greybus/kernel_ver.h index 83d08dad6c14a..e63d6cb58ce7d 100644 --- a/drivers/staging/greybus/kernel_ver.h +++ b/drivers/staging/greybus/kernel_ver.h @@ -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