Skip to content

Commit 37ceab7

Browse files
Abanoub8andy-shev
authored andcommitted
gpio: pch: 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 0c106a2 commit 37ceab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/gpio-pch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ static void __maybe_unused pch_gpio_restore_reg_conf(struct pch_gpio *chip)
199199
static int pch_gpio_to_irq(struct gpio_chip *gpio, unsigned int offset)
200200
{
201201
struct pch_gpio *chip = gpiochip_get_data(gpio);
202+
202203
return chip->irq_base + offset;
203204
}
204205

0 commit comments

Comments
 (0)