ar71xx: wrap long lines
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-nbg460n.c
index 3ef8afa1e215ef30acfc97afb9ff3e857015d146..a7f5adec7cd3b2307fcafc130f5e99aa9891c337 100644 (file)
@@ -55,28 +55,28 @@ static struct mtd_partition nbg460n_partitions[] = {
                .offset         = 0,
                .size           = 0x010000,
                .mask_flags     = MTD_WRITEABLE,
-       } , {
+       }, {
                .name           = "U-Boot Config",
                .offset         = 0x010000,
                .size           = 0x030000,
-       } , {
+       }, {
                .name           = "U-Boot",
                .offset         = 0x040000,
                .size           = 0x030000,
-       } , {
+       }, {
                .name           = "linux",
                .offset         = 0x070000,
                .size           = 0x0e0000,
-       } , {
+       }, {
                .name           = "rootfs",
                .offset         = 0x150000,
                .size           = 0x2a0000,
-       } , {
+       }, {
                .name           = "CalibData",
                .offset         = 0x3f0000,
                .size           = 0x010000,
                .mask_flags     = MTD_WRITEABLE,
-       } , {
+       }, {
                .name           = "firmware",
                .offset         = 0x070000,
                .size           = 0x380000,
@@ -86,8 +86,8 @@ static struct mtd_partition nbg460n_partitions[] = {
 
 static struct flash_platform_data nbg460n_flash_data = {
 #ifdef CONFIG_MTD_PARTITIONS
-        .parts          = nbg460n_partitions,
-        .nr_parts       = ARRAY_SIZE(nbg460n_partitions),
+       .parts          = nbg460n_partitions,
+       .nr_parts       = ARRAY_SIZE(nbg460n_partitions),
 #endif
 };
 
@@ -165,8 +165,8 @@ static void __devinit nbg460n_i2c_init(void)
 
 
 static struct rtl8366s_platform_data nbg460n_rtl8366s_data = {
-       .gpio_sda        = NBG460N_GPIO_RTL8366_SDA,
-       .gpio_sck        = NBG460N_GPIO_RTL8366_SCK,
+       .gpio_sda       = NBG460N_GPIO_RTL8366_SDA,
+       .gpio_sck       = NBG460N_GPIO_RTL8366_SCK,
 };
 
 static struct platform_device nbg460n_rtl8366s_device = {
@@ -179,7 +179,7 @@ static struct platform_device nbg460n_rtl8366s_device = {
 
 static void __init nbg460n_setup(void)
 {
-       /* end of bootloader sector contains mac address*/
+       /* end of bootloader sector contains mac address */
        u8 *mac = (u8 *) KSEG1ADDR(0x1fc0fff8);
        /* last sector contains wlan calib data */
        u8 *eeprom = (u8 *) KSEG1ADDR(0x1fff1000);
@@ -219,4 +219,5 @@ static void __init nbg460n_setup(void)
                                        nbg460n_gpio_buttons);
 }
 
-MIPS_MACHINE(AR71XX_MACH_NBG460N, "NBG460N", "Zyxel NBG460N/550N/550NH", nbg460n_setup);
+MIPS_MACHINE(AR71XX_MACH_NBG460N, "NBG460N", "Zyxel NBG460N/550N/550NH",
+            nbg460n_setup);