projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3906a59
)
greybus: kernel_ver.h: add a blank line after a variable definition
author
Greg Kroah-Hartman
<gregkh@google.com>
Fri, 1 May 2015 19:05:29 +0000
(21:05 +0200)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Tue, 5 May 2015 09:11:03 +0000
(11:11 +0200)
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>
drivers/staging/greybus/kernel_ver.h
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/kernel_ver.h
b/drivers/staging/greybus/kernel_ver.h
index 83d08dad6c14ad6dd02e356456de164cf8da734f..e63d6cb58ce7d23ec602fdfce36a7e9ed0ebccb8 100644
(file)
--- 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