aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/alchemy/board-gpr.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-01-22 06:59:30 -0500
committerRalf Baechle <ralf@linux-mips.org>2013-02-01 04:00:22 -0500
commit7034228792cc561e79ff8600f02884bd4c80e287 (patch)
tree89b77af37d087d9de236fc5d21f60bf552d0a2c6 /arch/mips/alchemy/board-gpr.c
parent405ab01c70e18058d9c01a1256769a61fc65413e (diff)
MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/alchemy/board-gpr.c')
-rw-r--r--arch/mips/alchemy/board-gpr.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/alchemy/board-gpr.c b/arch/mips/alchemy/board-gpr.c
index ba3259086b9d..cb0f6afb7389 100644
--- a/arch/mips/alchemy/board-gpr.c
+++ b/arch/mips/alchemy/board-gpr.c
@@ -135,33 +135,33 @@ static struct mtd_partition gpr_mtd_partitions[] = {
135 { 135 {
136 .name = "kernel", 136 .name = "kernel",
137 .size = 0x00200000, 137 .size = 0x00200000,
138 .offset = 0, 138 .offset = 0,
139 }, 139 },
140 { 140 {
141 .name = "rootfs", 141 .name = "rootfs",
142 .size = 0x00800000, 142 .size = 0x00800000,
143 .offset = MTDPART_OFS_APPEND, 143 .offset = MTDPART_OFS_APPEND,
144 .mask_flags = MTD_WRITEABLE, 144 .mask_flags = MTD_WRITEABLE,
145 }, 145 },
146 { 146 {
147 .name = "config", 147 .name = "config",
148 .size = 0x00200000, 148 .size = 0x00200000,
149 .offset = 0x01d00000, 149 .offset = 0x01d00000,
150 }, 150 },
151 { 151 {
152 .name = "yamon", 152 .name = "yamon",
153 .size = 0x00100000, 153 .size = 0x00100000,
154 .offset = 0x01c00000, 154 .offset = 0x01c00000,
155 }, 155 },
156 { 156 {
157 .name = "yamon env vars", 157 .name = "yamon env vars",
158 .size = 0x00040000, 158 .size = 0x00040000,
159 .offset = MTDPART_OFS_APPEND, 159 .offset = MTDPART_OFS_APPEND,
160 }, 160 },
161 { 161 {
162 .name = "kernel+rootfs", 162 .name = "kernel+rootfs",
163 .size = 0x00a00000, 163 .size = 0x00a00000,
164 .offset = 0, 164 .offset = 0,
165 }, 165 },
166}; 166};
167 167