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
@@ -177,7 +177,7 @@ static int uic_set_irq_type(unsigned int virq, unsigned int flow_type)
|
||||
}
|
||||
|
||||
static struct irq_chip uic_irq_chip = {
|
||||
.name = " UIC ",
|
||||
.name = "UIC",
|
||||
.unmask = uic_unmask_irq,
|
||||
.mask = uic_mask_irq,
|
||||
.mask_ack = uic_mask_ack_irq,
|
||||
|
||||
Reference in New Issue
Block a user