Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: 104-idi-48: improve code indentation

Address code indentation warning messages by checkpatch script. Combine
split function parameters on one line. This also resolves the "use tabs
instead of space" warning by checkpatch script.

Signed-off-by: Deepak R Varma <mh12gx2825@gmail.com>

Link: https://lore.kernel.org/r/20201013190212.GA85788@ubuntu204
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Deepak R Varma and committed by
Linus Walleij
b9bf9710 8aa16335

+2 -4
+2 -4
drivers/gpio/gpio-104-idi-48.c
··· 132 132 133 133 outb(idi48gpio->cos_enb, idi48gpio->base + 7); 134 134 135 - raw_spin_unlock_irqrestore(&idi48gpio->lock, 136 - flags); 135 + raw_spin_unlock_irqrestore(&idi48gpio->lock, flags); 137 136 } 138 137 139 138 return; ··· 165 166 166 167 outb(idi48gpio->cos_enb, idi48gpio->base + 7); 167 168 168 - raw_spin_unlock_irqrestore(&idi48gpio->lock, 169 - flags); 169 + raw_spin_unlock_irqrestore(&idi48gpio->lock, flags); 170 170 } 171 171 172 172 return;