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 <abanoubsameh@protonmail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
committed by
Andy Shevchenko
parent
2c58e44a42
commit
4941b8dedb
@@ -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)
|
static int sch_gpio_get(struct gpio_chip *gc, unsigned int gpio_num)
|
||||||
{
|
{
|
||||||
struct sch_gpio *sch = gpiochip_get_data(gc);
|
struct sch_gpio *sch = gpiochip_get_data(gc);
|
||||||
|
|
||||||
return sch_gpio_reg_get(sch, gpio_num, GLV);
|
return sch_gpio_reg_get(sch, gpio_num, GLV);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user