mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 14:40:12 -04:00
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 <gregkh@google.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user