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:
Anton Blanchard
2010-01-31 20:33:41 +00:00
کامیت شده توسط Benjamin Herrenschmidt
والد c86845ede8
کامیت fc380c0c8a
17فایلهای تغییر یافته به همراه20 افزوده شده و 20 حذف شده

مشاهده پرونده

@@ -168,7 +168,7 @@ static int spider_set_irq_type(unsigned int virq, unsigned int type)
}
static struct irq_chip spider_pic = {
.name = " SPIDER ",
.name = "SPIDER",
.unmask = spider_unmask_irq,
.mask = spider_mask_irq,
.ack = spider_ack_irq,