diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-06-12 14:57:18 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-07-25 12:22:49 -0400 |
commit | 11454100f41f43f128da02c0235ac85636a2cf70 (patch) | |
tree | 223fe91900f9e91e6d948d1a0a29e32d65185439 /arch/mips/ar7 | |
parent | 744120aadd60bc64a79b49681786b5e217dafbc1 (diff) |
MIPS: AR7: Remove 'space before tabs' in platform.c
Signed-off-by: Florian Fainelli <florian@openwrt.org>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2490/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ar7')
-rw-r--r-- | arch/mips/ar7/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ar7/platform.c b/arch/mips/ar7/platform.c index 7d2fab392327..33ffecf6a6d6 100644 --- a/arch/mips/ar7/platform.c +++ b/arch/mips/ar7/platform.c | |||
@@ -229,7 +229,7 @@ static struct resource cpmac_low_res[] = { | |||
229 | .name = "irq", | 229 | .name = "irq", |
230 | .flags = IORESOURCE_IRQ, | 230 | .flags = IORESOURCE_IRQ, |
231 | .start = 27, | 231 | .start = 27, |
232 | .end = 27, | 232 | .end = 27, |
233 | }, | 233 | }, |
234 | }; | 234 | }; |
235 | 235 | ||