浏览代码

staging: octeon: Insert blank line after struct declaration

Blank line is inserted after a struct declaration. Checkpatch detected
these issues.

Signed-off-by: Laura Garcia Liebana <nevola@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Laura Garcia Liebana 9 年之前
父节点
当前提交
0e350e17b9
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      drivers/staging/octeon/ethernet.c

+ 5 - 0
drivers/staging/octeon/ethernet.c

@@ -540,6 +540,7 @@ static const struct net_device_ops cvm_oct_npi_netdev_ops = {
 	.ndo_poll_controller	= cvm_oct_poll_controller,
 	.ndo_poll_controller	= cvm_oct_poll_controller,
 #endif
 #endif
 };
 };
+
 static const struct net_device_ops cvm_oct_xaui_netdev_ops = {
 static const struct net_device_ops cvm_oct_xaui_netdev_ops = {
 	.ndo_init		= cvm_oct_common_init,
 	.ndo_init		= cvm_oct_common_init,
 	.ndo_uninit		= cvm_oct_common_uninit,
 	.ndo_uninit		= cvm_oct_common_uninit,
@@ -555,6 +556,7 @@ static const struct net_device_ops cvm_oct_xaui_netdev_ops = {
 	.ndo_poll_controller	= cvm_oct_poll_controller,
 	.ndo_poll_controller	= cvm_oct_poll_controller,
 #endif
 #endif
 };
 };
+
 static const struct net_device_ops cvm_oct_sgmii_netdev_ops = {
 static const struct net_device_ops cvm_oct_sgmii_netdev_ops = {
 	.ndo_init		= cvm_oct_sgmii_init,
 	.ndo_init		= cvm_oct_sgmii_init,
 	.ndo_uninit		= cvm_oct_common_uninit,
 	.ndo_uninit		= cvm_oct_common_uninit,
@@ -570,6 +572,7 @@ static const struct net_device_ops cvm_oct_sgmii_netdev_ops = {
 	.ndo_poll_controller	= cvm_oct_poll_controller,
 	.ndo_poll_controller	= cvm_oct_poll_controller,
 #endif
 #endif
 };
 };
+
 static const struct net_device_ops cvm_oct_spi_netdev_ops = {
 static const struct net_device_ops cvm_oct_spi_netdev_ops = {
 	.ndo_init		= cvm_oct_spi_init,
 	.ndo_init		= cvm_oct_spi_init,
 	.ndo_uninit		= cvm_oct_spi_uninit,
 	.ndo_uninit		= cvm_oct_spi_uninit,
@@ -583,6 +586,7 @@ static const struct net_device_ops cvm_oct_spi_netdev_ops = {
 	.ndo_poll_controller	= cvm_oct_poll_controller,
 	.ndo_poll_controller	= cvm_oct_poll_controller,
 #endif
 #endif
 };
 };
+
 static const struct net_device_ops cvm_oct_rgmii_netdev_ops = {
 static const struct net_device_ops cvm_oct_rgmii_netdev_ops = {
 	.ndo_init		= cvm_oct_common_init,
 	.ndo_init		= cvm_oct_common_init,
 	.ndo_uninit		= cvm_oct_common_uninit,
 	.ndo_uninit		= cvm_oct_common_uninit,
@@ -598,6 +602,7 @@ static const struct net_device_ops cvm_oct_rgmii_netdev_ops = {
 	.ndo_poll_controller	= cvm_oct_poll_controller,
 	.ndo_poll_controller	= cvm_oct_poll_controller,
 #endif
 #endif
 };
 };
+
 static const struct net_device_ops cvm_oct_pow_netdev_ops = {
 static const struct net_device_ops cvm_oct_pow_netdev_ops = {
 	.ndo_init		= cvm_oct_common_init,
 	.ndo_init		= cvm_oct_common_init,
 	.ndo_start_xmit		= cvm_oct_xmit_pow,
 	.ndo_start_xmit		= cvm_oct_xmit_pow,