summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/uic.c
diff options
context:
space:
mode:
authorAnton Blanchard2010-01-31 21:33:41 +0100
committerBenjamin Herrenschmidt2010-02-17 04:02:48 +0100
commitfc380c0c8a17bc2bd2d9d7fb41d4a88c3e618db2 (patch)
treedcd1060477e4016a1cb4f1711b1a865e1e7354a9 /arch/powerpc/sysdev/uic.c
parentpowerpc: Rework /proc/interrupts (diff)
downloadkernel-qcow2-linux-fc380c0c8a17bc2bd2d9d7fb41d4a88c3e618db2.tar.gz
kernel-qcow2-linux-fc380c0c8a17bc2bd2d9d7fb41d4a88c3e618db2.tar.xz
kernel-qcow2-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/uic.c')
-rw-r--r--arch/powerpc/sysdev/uic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/uic.c b/arch/powerpc/sysdev/uic.c
index 6f220a913e42..0038fb78f094 100644
--- a/arch/powerpc/sysdev/uic.c
+++ b/arch/powerpc/sysdev/uic.c
@@ -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,