ar71xx: fix whitespaces nits
[openwrt/staging/wigyori.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-wnr2000.c
index 002c8ab9f2daf1d86570776ac05765fe6eae6e8f..f4171b01e225988fafc7e698e7a7a1b93ea15c6e 100644 (file)
@@ -38,31 +38,31 @@ static struct mtd_partition wnr2000_partitions[] = {
                .offset         = 0,
                .size           = 0x040000,
                .mask_flags     = MTD_WRITEABLE,
-       } , {
+       }, {
                .name           = "u-boot-env",
                .offset         = 0x040000,
                .size           = 0x010000,
-       } , {
+       }, {
                .name           = "rootfs",
                .offset         = 0x050000,
                .size           = 0x240000,
-       } , {
+       }, {
                .name           = "user-config",
                .offset         = 0x290000,
                .size           = 0x010000,
-       } , {
+       }, {
                .name           = "uImage",
                .offset         = 0x2a0000,
                .size           = 0x120000,
-       } , {
+       }, {
                .name           = "language_table",
                .offset         = 0x3c0000,
                .size           = 0x020000,
-       } , {
+       }, {
                .name           = "rootfs_checksum",
                .offset         = 0x3e0000,
                .size           = 0x010000,
-       } , {
+       }, {
                .name           = "art",
                .offset         = 0x3f0000,
                .size           = 0x010000,
@@ -73,8 +73,8 @@ static struct mtd_partition wnr2000_partitions[] = {
 
 static struct flash_platform_data wnr2000_flash_data = {
 #ifdef CONFIG_MTD_PARTITIONS
-        .parts          = wnr2000_partitions,
-        .nr_parts       = ARRAY_SIZE(wnr2000_partitions),
+       .parts          = wnr2000_partitions,
+       .nr_parts       = ARRAY_SIZE(wnr2000_partitions),
 #endif
 };