mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
irqchip/stm32-exti: Fix minor indentation issue
Commit 046a6ee234 ("irqchip: Bulk conversion to
generic_handle_domain_irq()") incorrectly added a leading space character
in the line indentation.
Use only TAB for indentation, removing the leading space.
Signed-off-by: Antonio Borneo <antonio.borneo@foss.st.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240415134926.1254428-2-antonio.borneo@foss.st.com
This commit is contained in:
parent
8371696a97
commit
8661327f80
|
|
@ -322,7 +322,7 @@ static void stm32_irq_handler(struct irq_desc *desc)
|
|||
while ((pending = stm32_exti_pending(gc))) {
|
||||
for_each_set_bit(n, &pending, IRQS_PER_BANK)
|
||||
generic_handle_domain_irq(domain, irq_base + n);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
chained_irq_exit(chip, desc);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user