Commit c2e91542 authored by Aybuke Ozdemir's avatar Aybuke Ozdemir Committed by Greg Kroah-Hartman

Staging: octeon: Missing a blank line after declarations

Fix checkpatch.pl issues with missing a blank
line after declarations in ethernet-sgmii.c
Signed-off-by: default avatarAybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 05fd349b
...@@ -99,6 +99,7 @@ int cvm_oct_sgmii_open(struct net_device *dev) ...@@ -99,6 +99,7 @@ int cvm_oct_sgmii_open(struct net_device *dev)
if (priv->phydev) { if (priv->phydev) {
int r = phy_read_status(priv->phydev); int r = phy_read_status(priv->phydev);
if (r == 0 && priv->phydev->link == 0) if (r == 0 && priv->phydev->link == 0)
netif_carrier_off(dev); netif_carrier_off(dev);
cvm_oct_adjust_link(dev); cvm_oct_adjust_link(dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment