Skip to content

Commit 4941b8d

Browse files
Abanoub8andy-shev
authored andcommitted
gpio: sch: Add a blank line between declaration and code
Added a lined between a declaration and other statements according to the kernel coding style. Signed-off-by: Abanoub Sameh <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent 2c58e44 commit 4941b8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/gpio-sch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ static int sch_gpio_direction_in(struct gpio_chip *gc, unsigned int gpio_num)
8989
static int sch_gpio_get(struct gpio_chip *gc, unsigned int gpio_num)
9090
{
9191
struct sch_gpio *sch = gpiochip_get_data(gc);
92+
9293
return sch_gpio_reg_get(sch, gpio_num, GLV);
9394
}
9495

0 commit comments

Comments
 (0)