Re: [PATCH] genirq: Remove leading space from .irq_print_chip() callbacks

2024-12-10 Thread Geert Uytterhoeven
Hi David, On Tue, Dec 3, 2024 at 4:34 PM David Wang <00107...@163.com> wrote: > At 2024-12-03 23:02:31, "Geert Uytterhoeven" wrote: > >The space separator was factored out from the multiple chip name prints, > >but several irq_chip.irq_print_chip() callbacks still print a leading > >space. Remov

Re:[PATCH] genirq: Remove leading space from .irq_print_chip() callbacks

2024-12-03 Thread David Wang
HI, At 2024-12-03 23:02:31, "Geert Uytterhoeven" wrote: >The space separator was factored out from the multiple chip name prints, >but several irq_chip.irq_print_chip() callbacks still print a leading >space. Remove the superfluous double spaces. > >Fixes: 9d9f204bdf7243bf ("genirq/proc: Add mis