ar71xx: fix whitespaces nits
[openwrt.git] / target / linux / ar71xx / files / drivers / spi / pb44_spi.c
index 32e6ea6..ee52099 100644 (file)
 #undef PER_BIT_READ
 
 struct ar71xx_spi {
-       struct  spi_bitbang     bitbang;
+       struct  spi_bitbang     bitbang;
        u32                     ioc_base;
        u32                     reg_ctrl;
 
-       void __iomem            *base;
+       void __iomem            *base;
 
        struct platform_device  *pdev;
 };
@@ -252,7 +252,7 @@ static int pb44_spi_probe(struct platform_device *pdev)
                return 0;
 
        iounmap(sp->base);
- err1:
+err1:
        platform_set_drvdata(pdev, NULL);
        spi_master_put(sp->bitbang.master);