net: phy: davicom: fix checkpath errors
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 18 Dec 2013 05:38:06 +0000 (21:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Dec 2013 05:49:01 +0000 (00:49 -0500)
checkpath spotted a few stylistic errors, fix them.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/davicom.c

index 383e833..d2c08f6 100644 (file)
@@ -72,7 +72,7 @@ static int dm9161_config_intr(struct phy_device *phydev)
        if (temp < 0)
                return temp;
 
-       if(PHY_INTERRUPT_ENABLED == phydev->interrupts )
+       if (PHY_INTERRUPT_ENABLED == phydev->interrupts)
                temp &= ~(MII_DM9161_INTR_STOP);
        else
                temp |= MII_DM9161_INTR_STOP;