Staging: octeon: Fix missing blank line warning.
authorAybuke Ozdemir <aybuke.147@gmail.com>
Mon, 22 Sep 2014 22:36:23 +0000 (01:36 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Sep 2014 18:33:47 +0000 (11:33 -0700)
Fixes "Missing a blank line after declarations"
checkpatch.pl warning in ethernet-xaui.c

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

index 3cc286ee35995dfee3b9b3e6fe4c23893017aa2d..fd9d103d8e56cc1f2fa9cca78dee5cf3ca704715 100644 (file)
@@ -99,6 +99,7 @@ int cvm_oct_xaui_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);