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

Staging: octeon: Fix missing blank line warning.

Fixes "Missing a blank line after declarations"
checkpatch.pl warning in ethernet-xaui.c
Signed-off-by: default avatarAybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 20f4f1a0
...@@ -99,6 +99,7 @@ int cvm_oct_xaui_open(struct net_device *dev) ...@@ -99,6 +99,7 @@ int cvm_oct_xaui_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