]> Pileus Git - ~andy/linux/commitdiff
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 383e8338ad865c3d8fabf5c9722fc883ac3923de..d2c08f625a41a3d33a2ef1c6ab1fffdd08a5bc4b 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;