ar71xx: fix whitespaces nits
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / drivers / gpio / nxp_74hc153.c
index 0c2d30ef76332f4496b03fe4dd51c6c5b6a47f68..a5fec5ca7d1cffc1e6f31efbc1e27d6fc71772e2 100644 (file)
@@ -179,15 +179,15 @@ static int __devinit nxp_74hc153_probe(struct platform_device *pdev)
        platform_set_drvdata(pdev, nxp);
        return 0;
 
- err_free_2y:
+err_free_2y:
        gpio_free(pdata->gpio_pin_2y);
- err_free_1y:
+err_free_1y:
        gpio_free(pdata->gpio_pin_1y);
- err_free_s1:
+err_free_s1:
        gpio_free(pdata->gpio_pin_s1);
- err_free_s0:
+err_free_s0:
        gpio_free(pdata->gpio_pin_s0);
- err_free_nxp:
+err_free_nxp:
        kfree(nxp);
        return err;
 }