Re: [PATCH] genirq/proc: Add missing space separator back

From: Thomas Gleixner
Date: Tue Dec 03 2024 - 09:39:48 EST


On Tue, Dec 03 2024 at 12:21, Geert Uytterhoeven wrote:
>
> You should also remove the leading space from the few .irq_print_chip()
> callbacks that print such a space. According to
>
> git grep -lw irq_print_chip | xargs git grep -W "seq_.*\" "
>
> and filterng out the false positives:
>
> arch/powerpc/sysdev/fsl_msi.c: seq_printf(p, " fsl-msi-%d", cascade_virq);
> drivers/bus/moxtet.c: seq_printf(p, " moxtet-%s.%i#%i",
> mox_module_name(id), pos->idx,
> drivers/irqchip/irq-partition-percpu.c: seq_printf(p, " %5s-%lu",
> chip->name, data->hwirq);
> drivers/soc/qcom/smp2p.c: seq_printf(p, " %8s",
> dev_name(entry->smp2p->dev));

Care to send a patch?

Thanks,

tglx