ar71xx: fix whitespaces nits
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-pb42.c
index d14cc9b9540dc2f2ae59fca77e463d5cedac5282..2dbb7537430d9d6fd6a471500d67572fb8aba2d1 100644 (file)
@@ -31,7 +31,7 @@ static struct gpio_button pb42_gpio_buttons[] __initdata = {
                .threshold      = 3,
                .gpio           = PB42_GPIO_BTN_SW4,
                .active_low     = 1,
-       } , {
+       }, {
                .desc           = "sw5",
                .type           = EV_KEY,
                .code           = BTN_1,
@@ -64,8 +64,8 @@ static void __init pb42_init(void)
        ar71xx_add_device_eth(1);
 
        ar71xx_add_device_gpio_buttons(-1, PB42_BUTTONS_POLL_INTERVAL,
-                                      ARRAY_SIZE(pb42_gpio_buttons),
-                                      pb42_gpio_buttons);
+                                       ARRAY_SIZE(pb42_gpio_buttons),
+                                       pb42_gpio_buttons);
 
        pb42_pci_init();
 }