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
@@ -135,7 +135,7 @@ static void i8259_unmask_irq(unsigned int irq_nr)
|
||||
}
|
||||
|
||||
static struct irq_chip i8259_pic = {
|
||||
.name = " i8259 ",
|
||||
.name = "i8259",
|
||||
.mask = i8259_mask_irq,
|
||||
.disable = i8259_mask_irq,
|
||||
.unmask = i8259_unmask_irq,
|
||||
|
Reference in New Issue
Block a user