Staging: octeon: Missing a blank line after declarations
authorAybuke Ozdemir <aybuke.147@gmail.com>
Wed, 17 Sep 2014 20:43:15 +0000 (23:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Sep 2014 00:42:15 +0000 (17:42 -0700)
Fix checkpatch.pl issues with missing a blank
line after declarations in ethernet-sgmii.c

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/ethernet-sgmii.c

index e1878449e683272d16b4079f47611f5a63d9e260..21a7a17acb79cafaae843ec623b1cbb13769d61b 100644 (file)
@@ -99,6 +99,7 @@ int cvm_oct_sgmii_open(struct net_device *dev)
 
        if (priv->phydev) {
                int r = phy_read_status(priv->phydev);
+
                if (r == 0 && priv->phydev->link == 0)
                        netif_carrier_off(dev);
                cvm_oct_adjust_link(dev);