powerpc: Remove whitespace in irq chip name fields
Now we use printf style alignment there is no need to manually space these fields. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
committed by
Benjamin Herrenschmidt
parent
c86845ede8
commit
fc380c0c8a
@ -47,7 +47,7 @@ static struct irq_chip fsl_msi_chip = {
|
||||
.mask = mask_msi_irq,
|
||||
.unmask = unmask_msi_irq,
|
||||
.ack = fsl_msi_end_irq,
|
||||
.name = " FSL-MSI ",
|
||||
.name = "FSL-MSI",
|
||||
};
|
||||
|
||||
static int fsl_msi_host_map(struct irq_host *h, unsigned int virq,
|
||||
|
Reference in New Issue
Block a user