ar71xx: fix whitespaces nits
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-mzk-w300nh.c
index 4d5df02cfc8fd4d6f776da4846d6e16d67decd9e..b84038489c1423eb2a3a6ec61e99fe282b22d0dd 100644 (file)
@@ -40,24 +40,24 @@ static struct mtd_partition mzk_w300nh_partitions[] = {
                .offset         = 0,
                .size           = 0x040000,
                .mask_flags     = MTD_WRITEABLE,
-       } , {
+       }, {
                .name           = "u-boot-env",
                .offset         = 0x040000,
                .size           = 0x010000,
-       } , {
+       }, {
                .name           = "kernel",
                .offset         = 0x050000,
                .size           = 0x160000,
-       } , {
+       }, {
                .name           = "rootfs",
                .offset         = 0x1b0000,
                .size           = 0x630000,
-       } , {
+       }, {
                .name           = "art",
                .offset         = 0x7e0000,
                .size           = 0x020000,
                .mask_flags     = MTD_WRITEABLE,
-       } , {
+       }, {
                .name           = "firmware",
                .offset         = 0x050000,
                .size           = 0x790000,
@@ -67,8 +67,8 @@ static struct mtd_partition mzk_w300nh_partitions[] = {
 
 static struct flash_platform_data mzk_w300nh_flash_data = {
 #ifdef CONFIG_MTD_PARTITIONS
-        .parts          = mzk_w300nh_partitions,
-        .nr_parts       = ARRAY_SIZE(mzk_w300nh_partitions),
+       .parts          = mzk_w300nh_partitions,
+       .nr_parts       = ARRAY_SIZE(mzk_w300nh_partitions),
 #endif
 };
 
@@ -146,11 +146,11 @@ static void __init mzk_w300nh_setup(void)
        ar71xx_add_device_m25p80(&mzk_w300nh_flash_data);
 
        ar71xx_add_device_leds_gpio(-1, ARRAY_SIZE(mzk_w300nh_leds_gpio),
-                                   mzk_w300nh_leds_gpio);
+                                       mzk_w300nh_leds_gpio);
 
        ar71xx_add_device_gpio_buttons(-1, MZK_W04NU_BUTTONS_POLL_INTERVAL,
-                                      ARRAY_SIZE(mzk_w300nh_gpio_buttons),
-                                      mzk_w300nh_gpio_buttons);
+                                       ARRAY_SIZE(mzk_w300nh_gpio_buttons),
+                                       mzk_w300nh_gpio_buttons);
        ar913x_add_device_wmac(eeprom, NULL);
 }