summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/kernel_ver.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@google.com>2015-05-01 21:05:29 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2015-05-05 11:11:03 +0200
commit63ca78b9abe4d216aec08724c9677b86481fa271 (patch)
tree9e99e20b279732994af6c6cd34d1a48bdc1ade06 /drivers/staging/greybus/kernel_ver.h
parent3906a59c96ac770d54728d2cbd6564cda3b2cdd9 (diff)
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>
Diffstat (limited to 'drivers/staging/greybus/kernel_ver.h')
-rw-r--r--drivers/staging/greybus/kernel_ver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/greybus/kernel_ver.h b/drivers/staging/greybus/kernel_ver.h
index 83d08dad6c14..e63d6cb58ce7 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