Commit e90c636be6afbbd46779d180594bda60bc01a821
Committed by
Linus Walleij
1 parent
8ab2a6d20e
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
gpio: gpio-tc3589x.c: fix checkpatch errors
Fix : gpio/gpio-tc3589x.c:285: ERROR: code indent should use tabs where possible gpio/gpio-tc3589x.c:286: ERROR: code indent should use tabs where possible gpio/gpio-tc3589x.c:287: ERROR: code indent should use tabs where possible gpio/gpio-tc3589x.c:347: ERROR: code indent should use tabs where possible Signed-off-by: Laurent Navet <laurent.navet@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff
drivers/gpio/gpio-tc3589x.c
... | ... | @@ -282,9 +282,9 @@ |
282 | 282 | } |
283 | 283 | |
284 | 284 | static struct irq_domain_ops tc3589x_irq_ops = { |
285 | - .map = tc3589x_gpio_irq_map, | |
286 | - .unmap = tc3589x_gpio_irq_unmap, | |
287 | - .xlate = irq_domain_xlate_twocell, | |
285 | + .map = tc3589x_gpio_irq_map, | |
286 | + .unmap = tc3589x_gpio_irq_unmap, | |
287 | + .xlate = irq_domain_xlate_twocell, | |
288 | 288 | }; |
289 | 289 | |
290 | 290 | static int tc3589x_gpio_irq_init(struct tc3589x_gpio *tc3589x_gpio, |
... | ... | @@ -344,7 +344,7 @@ |
344 | 344 | tc3589x_gpio->chip.base = (pdata) ? pdata->gpio_base : -1; |
345 | 345 | |
346 | 346 | #ifdef CONFIG_OF_GPIO |
347 | - tc3589x_gpio->chip.of_node = np; | |
347 | + tc3589x_gpio->chip.of_node = np; | |
348 | 348 | #endif |
349 | 349 | |
350 | 350 | tc3589x_gpio->irq_base = tc3589x->irq_base ? |