提交 38064eb1 编写于 作者: R Rahul Bedarkar 提交者: Greg Kroah-Hartman

staging: octeon: fix coding style

This patch fixes checkpatch.pl warning. Add blank line after
declaration.
Signed-off-by: NRahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 05c9c195
...@@ -128,6 +128,7 @@ int cvm_oct_xaui_stop(struct net_device *dev) ...@@ -128,6 +128,7 @@ int cvm_oct_xaui_stop(struct net_device *dev)
int cvm_oct_xaui_init(struct net_device *dev) int cvm_oct_xaui_init(struct net_device *dev)
{ {
struct octeon_ethernet *priv = netdev_priv(dev); struct octeon_ethernet *priv = netdev_priv(dev);
cvm_oct_common_init(dev); cvm_oct_common_init(dev);
dev->netdev_ops->ndo_stop(dev); dev->netdev_ops->ndo_stop(dev);
if (!octeon_is_simulation() && priv->phydev == NULL) if (!octeon_is_simulation() && priv->phydev == NULL)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册