projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c58e44
)
gpio: sch: Add a blank line between declaration and code
author
Abanoub Sameh
<abanoubsameh8@gmail.com>
Tue, 21 Jul 2020 14:51:04 +0000
(16:51 +0200)
committer
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Wed, 22 Jul 2020 13:00:27 +0000
(16:00 +0300)
Added a lined between a declaration and other statements according to the
kernel coding style.
Signed-off-by: Abanoub Sameh <abanoubsameh@protonmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-sch.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-sch.c
b/drivers/gpio/gpio-sch.c
index
d7cade6
..
3a1b1ad
100644
(file)
--- a/
drivers/gpio/gpio-sch.c
+++ b/
drivers/gpio/gpio-sch.c
@@
-89,6
+89,7
@@
static int sch_gpio_direction_in(struct gpio_chip *gc, unsigned int gpio_num)
static int sch_gpio_get(struct gpio_chip *gc, unsigned int gpio_num)
{
struct sch_gpio *sch = gpiochip_get_data(gc);
+
return sch_gpio_reg_get(sch, gpio_num, GLV);
}