diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-01-22 06:59:30 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-02-01 04:00:22 -0500 |
commit | 7034228792cc561e79ff8600f02884bd4c80e287 (patch) | |
tree | 89b77af37d087d9de236fc5d21f60bf552d0a2c6 /arch/mips/netlogic/xlr/platform-flash.c | |
parent | 405ab01c70e18058d9c01a1256769a61fc65413e (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/netlogic/xlr/platform-flash.c')
-rw-r--r-- | arch/mips/netlogic/xlr/platform-flash.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/netlogic/xlr/platform-flash.c b/arch/mips/netlogic/xlr/platform-flash.c index 340ab1601c42..6d3c727e0ef8 100644 --- a/arch/mips/netlogic/xlr/platform-flash.c +++ b/arch/mips/netlogic/xlr/platform-flash.c | |||
@@ -36,7 +36,7 @@ static struct mtd_partition xlr_nor_parts[] = { | |||
36 | { | 36 | { |
37 | .name = "User FS", | 37 | .name = "User FS", |
38 | .offset = 0x800000, | 38 | .offset = 0x800000, |
39 | .size = MTDPART_SIZ_FULL, | 39 | .size = MTDPART_SIZ_FULL, |
40 | } | 40 | } |
41 | }; | 41 | }; |
42 | 42 | ||
@@ -46,13 +46,13 @@ static struct mtd_partition xlr_nor_parts[] = { | |||
46 | static struct mtd_partition xlr_nand_parts[] = { | 46 | static struct mtd_partition xlr_nand_parts[] = { |
47 | { | 47 | { |
48 | .name = "Root Filesystem", | 48 | .name = "Root Filesystem", |
49 | .offset = 64 * 64 * 2048, | 49 | .offset = 64 * 64 * 2048, |
50 | .size = 432 * 64 * 2048, | 50 | .size = 432 * 64 * 2048, |
51 | }, | 51 | }, |
52 | { | 52 | { |
53 | .name = "Home Filesystem", | 53 | .name = "Home Filesystem", |
54 | .offset = MTDPART_OFS_APPEND, | 54 | .offset = MTDPART_OFS_APPEND, |
55 | .size = MTDPART_SIZ_FULL, | 55 | .size = MTDPART_SIZ_FULL, |
56 | }, | 56 | }, |
57 | }; | 57 | }; |
58 | 58 | ||
@@ -74,8 +74,8 @@ static struct platform_device xlr_nor_dev = { | |||
74 | .dev = { | 74 | .dev = { |
75 | .platform_data = &xlr_nor_data, | 75 | .platform_data = &xlr_nor_data, |
76 | }, | 76 | }, |
77 | .num_resources = ARRAY_SIZE(xlr_nor_res), | 77 | .num_resources = ARRAY_SIZE(xlr_nor_res), |
78 | .resource = xlr_nor_res, | 78 | .resource = xlr_nor_res, |
79 | }; | 79 | }; |
80 | 80 | ||
81 | const char *xlr_part_probes[] = { "cmdlinepart", NULL }; | 81 | const char *xlr_part_probes[] = { "cmdlinepart", NULL }; |