OSDN Git Service

net: phy: cicada: fix checkpath errors
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 18 Dec 2013 05:38:05 +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/cicada.c

index 313a037..b57ce0c 100644 (file)
@@ -92,8 +92,8 @@ static int cis820x_config_intr(struct phy_device *phydev)
 {
        int err;
 
-       if(phydev->interrupts == PHY_INTERRUPT_ENABLED)
-               err = phy_write(phydev, MII_CIS8201_IMASK, 
+       if (phydev->interrupts == PHY_INTERRUPT_ENABLED)
+               err = phy_write(phydev, MII_CIS8201_IMASK,
                                MII_CIS8201_IMASK_MASK);
        else
                err = phy_write(phydev, MII_CIS8201_IMASK, 0);