Skip to content

Commit

Permalink
gpio: pch: Add a blank line between declaration and code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Abanoub Sameh authored and Andy Shevchenko committed Jul 21, 2020
1 parent 0c106a2 commit 37ceab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpio/gpio-pch.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ static void __maybe_unused pch_gpio_restore_reg_conf(struct pch_gpio *chip)
static int pch_gpio_to_irq(struct gpio_chip *gpio, unsigned int offset)
{
struct pch_gpio *chip = gpiochip_get_data(gpio);

return chip->irq_base + offset;
}

Expand Down

0 comments on commit 37ceab7

Please sign in to comment.