From: Florian Fainelli Date: Wed, 18 Dec 2013 05:38:06 +0000 (-0800) Subject: net: phy: davicom: fix checkpath errors X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a60e7e1e657b9458c3f44681fe81f03a85acfc20;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git net: phy: davicom: fix checkpath errors checkpath spotted a few stylistic errors, fix them. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/davicom.c b/drivers/net/phy/davicom.c index 383e8338ad86..d2c08f625a41 100644 --- a/drivers/net/phy/davicom.c +++ b/drivers/net/phy/davicom.c @@ -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;