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
@@ -94,7 +94,7 @@ static int mpc8xx_set_irq_type(unsigned int virq, unsigned int flow_type)
|
||||
}
|
||||
|
||||
static struct irq_chip mpc8xx_pic = {
|
||||
.name = " MPC8XX SIU ",
|
||||
.name = "MPC8XX SIU",
|
||||
.unmask = mpc8xx_unmask_irq,
|
||||
.mask = mpc8xx_mask_irq,
|
||||
.ack = mpc8xx_ack,
|
||||
|
Reference in New Issue
Block a user