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
@@ -273,7 +273,7 @@ static void iseries_end_IRQ(unsigned int irq)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static struct irq_chip iseries_pic = {
|
static struct irq_chip iseries_pic = {
|
||||||
.name = "iSeries irq controller",
|
.name = "iSeries",
|
||||||
.startup = iseries_startup_IRQ,
|
.startup = iseries_startup_IRQ,
|
||||||
.shutdown = iseries_shutdown_IRQ,
|
.shutdown = iseries_shutdown_IRQ,
|
||||||
.unmask = iseries_enable_IRQ,
|
.unmask = iseries_enable_IRQ,
|
||||||
|
Reference in New Issue
Block a user