MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / alchemy / common / gpiolib.c
index f1b50f0c01db470ce008f74c1855532ded04c4be..f9bc4f520440142b2be4b033c8166f684bd1fc75 100644 (file)
@@ -106,14 +106,14 @@ struct gpio_chip alchemy_gpio_chip[] = {
                .ngpio                  = ALCHEMY_GPIO1_NUM,
        },
        [1] = {
-               .label                  = "alchemy-gpio2",
-               .direction_input        = gpio2_direction_input,
-               .direction_output       = gpio2_direction_output,
-               .get                    = gpio2_get,
-               .set                    = gpio2_set,
+               .label                  = "alchemy-gpio2",
+               .direction_input        = gpio2_direction_input,
+               .direction_output       = gpio2_direction_output,
+               .get                    = gpio2_get,
+               .set                    = gpio2_set,
                .to_irq                 = gpio2_to_irq,
-               .base                   = ALCHEMY_GPIO2_BASE,
-               .ngpio                  = ALCHEMY_GPIO2_NUM,
+               .base                   = ALCHEMY_GPIO2_BASE,
+               .ngpio                  = ALCHEMY_GPIO2_NUM,
        },
 };