diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-03-11 03:18:41 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-03-21 08:27:47 -0500 |
commit | a3dddd560ee936495466d85ecc97490d171e8d31 (patch) | |
tree | e9b5d778b5249ce348d2285a9b886b83c510d813 /arch/mips/philips | |
parent | 59b3e8e9aac69d2d02853acac7e2affdfbabca50 (diff) |
[MIPS] War on whitespace: cleanup initial spaces followed by tabs.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/philips')
-rw-r--r-- | arch/mips/philips/pnx8550/common/int.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/philips/pnx8550/common/int.c b/arch/mips/philips/pnx8550/common/int.c index 546144988bf5..c500e2d41f2c 100644 --- a/arch/mips/philips/pnx8550/common/int.c +++ b/arch/mips/philips/pnx8550/common/int.c | |||
@@ -251,7 +251,7 @@ void __init arch_init_irq(void) | |||
251 | if (gic_int_line == (PNX8550_INT_GPIO0 - PNX8550_INT_GIC_MIN)) { | 251 | if (gic_int_line == (PNX8550_INT_GPIO0 - PNX8550_INT_GIC_MIN)) { |
252 | /* PCI INT through gpio 8, which is setup in | 252 | /* PCI INT through gpio 8, which is setup in |
253 | * pnx8550_setup.c and routed to GPIO | 253 | * pnx8550_setup.c and routed to GPIO |
254 | * Interrupt Level 0 (GPIO Connection 58). | 254 | * Interrupt Level 0 (GPIO Connection 58). |
255 | * Set it active low. */ | 255 | * Set it active low. */ |
256 | 256 | ||
257 | PNX8550_GIC_REQ(gic_int_line) = 0x1E020000; | 257 | PNX8550_GIC_REQ(gic_int_line) = 0x1E020000; |