diff options
author | Anton Blanchard <anton@samba.org> | 2010-01-31 20:33:41 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-02-17 14:02:48 +1100 |
commit | fc380c0c8a17bc2bd2d9d7fb41d4a88c3e618db2 (patch) | |
tree | dcd1060477e4016a1cb4f1711b1a865e1e7354a9 /arch/powerpc/sysdev/mpc8xx_pic.c | |
parent | c86845ede8b643ca025aec277dec1892d0ccac01 (diff) | |
download | talos-obmc-linux-fc380c0c8a17bc2bd2d9d7fb41d4a88c3e618db2.tar.gz talos-obmc-linux-fc380c0c8a17bc2bd2d9d7fb41d4a88c3e618db2.zip |
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>
Diffstat (limited to 'arch/powerpc/sysdev/mpc8xx_pic.c')
-rw-r--r-- | arch/powerpc/sysdev/mpc8xx_pic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/mpc8xx_pic.c b/arch/powerpc/sysdev/mpc8xx_pic.c index 69bd6f4dff83..8c27d261aba8 100644 --- a/arch/powerpc/sysdev/mpc8xx_pic.c +++ b/arch/powerpc/sysdev/mpc8xx_pic.c @@ -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, |