diff options
author | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2008-09-29 12:09:10 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-01 17:29:43 -0400 |
commit | bda03086093d4535e39ee8a6120e3fbb73e83b1a (patch) | |
tree | 3c941b3944d7a97681180b9705c7cb9350087d13 /arch/arm/mach-sa1100/pleb.c | |
parent | 89c816b94892e4132aaf4a8b92b0d512e3adc6f3 (diff) |
[ARM] 5270/1: Fix Formatting in mach-sa1100/ machine files
This patch fixes formatting issues in mach-sa1100/
machine files. More specificly badge4.c,generic.c and
pleb.c.
Signed-off-by: Kristoffer Ericson <Kristoffer.Ericson@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100/pleb.c')
-rw-r--r-- | arch/arm/mach-sa1100/pleb.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-sa1100/pleb.c b/arch/arm/mach-sa1100/pleb.c index 83be1c6c5f80..ec519ecfef1b 100644 --- a/arch/arm/mach-sa1100/pleb.c +++ b/arch/arm/mach-sa1100/pleb.c | |||
@@ -39,8 +39,8 @@ | |||
39 | 39 | ||
40 | static struct resource smc91x_resources[] = { | 40 | static struct resource smc91x_resources[] = { |
41 | [0] = { | 41 | [0] = { |
42 | .start = PLEB_ETH0_P, | 42 | .start = PLEB_ETH0_P, |
43 | .end = PLEB_ETH0_P | 0x03ffffff, | 43 | .end = PLEB_ETH0_P | 0x03ffffff, |
44 | .flags = IORESOURCE_MEM, | 44 | .flags = IORESOURCE_MEM, |
45 | }, | 45 | }, |
46 | #if 0 /* Autoprobe instead, to get rising/falling edge characteristic right */ | 46 | #if 0 /* Autoprobe instead, to get rising/falling edge characteristic right */ |
@@ -87,15 +87,15 @@ static struct resource pleb_flash_resources[] = { | |||
87 | static struct mtd_partition pleb_partitions[] = { | 87 | static struct mtd_partition pleb_partitions[] = { |
88 | { | 88 | { |
89 | .name = "blob", | 89 | .name = "blob", |
90 | .offset = 0, | 90 | .offset = 0, |
91 | .size = 0x00020000, | 91 | .size = 0x00020000, |
92 | }, { | 92 | }, { |
93 | .name = "kernel", | 93 | .name = "kernel", |
94 | .offset = MTDPART_OFS_APPEND, | 94 | .offset = MTDPART_OFS_APPEND, |
95 | .size = 0x000e0000, | 95 | .size = 0x000e0000, |
96 | }, { | 96 | }, { |
97 | .name = "rootfs", | 97 | .name = "rootfs", |
98 | .offset = MTDPART_OFS_APPEND, | 98 | .offset = MTDPART_OFS_APPEND, |
99 | .size = 0x00300000, | 99 | .size = 0x00300000, |
100 | } | 100 | } |
101 | }; | 101 | }; |