[PATCH] spidernet: replace whitespaces by tabs
authorJens Osterkamp <Jens.Osterkamp@de.ibm.com>
Wed, 24 May 2006 21:33:11 +0000 (23:33 +0200)
committerJeff Garzik <jeff@garzik.org>
Sat, 27 May 2006 01:33:58 +0000 (21:33 -0400)
The original patch was using whitespaces instead of tabs.

Signed-off-by: Jens Osterkamp <Jens.Osterkamp@de.ibm.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sungem_phy.c

index b2ddd5e793035d3fa12742a7c4b8484662fff7e4..9282b4b0c0229e0f86b6f779c02d52189e34f8e8 100644 (file)
@@ -345,9 +345,9 @@ static int bcm5421_enable_fiber(struct mii_phy* phy)
 
 static int bcm5461_enable_fiber(struct mii_phy* phy)
 {
-        phy_write(phy, MII_NCONFIG, 0xfc0c);
-        phy_write(phy, MII_BMCR, 0x4140);
-        phy_write(phy, MII_NCONFIG, 0xfc0b);
+       phy_write(phy, MII_NCONFIG, 0xfc0c);
+       phy_write(phy, MII_BMCR, 0x4140);
+       phy_write(phy, MII_NCONFIG, 0xfc0b);
        phy_write(phy, MII_BMCR, 0x0140);
 
        return 0;