Explorar o código

staging: octeon: fix coding style

This patch fixes checkpatch.pl warning. Add blank line after
declaration.

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Rahul Bedarkar %!s(int64=11) %!d(string=hai) anos
pai
achega
38064eb1a4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/staging/octeon/ethernet-xaui.c

+ 1 - 0
drivers/staging/octeon/ethernet-xaui.c

@@ -128,6 +128,7 @@ int cvm_oct_xaui_stop(struct net_device *dev)
 int cvm_oct_xaui_init(struct net_device *dev)
 {
 	struct octeon_ethernet *priv = netdev_priv(dev);
+
 	cvm_oct_common_init(dev);
 	dev->netdev_ops->ndo_stop(dev);
 	if (!octeon_is_simulation() && priv->phydev == NULL)