mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 17:23:25 -05:00
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 <abanoubsameh@protonmail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
0c106a23d6
commit
37ceab74f1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue