]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
be2net: insert a blank line after function/struct//enum definitions
authorKalesh AP <kalesh.purayil@emulex.com>
Fri, 19 Sep 2014 10:16:58 +0000 (15:46 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Sep 2014 19:01:08 +0000 (15:01 -0400)
This patch inserts a blank line after function/struct/union/enum definitions
as per checkpatch warnings.

Signed-off-by: Kalesh AP <kalesh.purayil@emulex.com>
Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be_ethtool.c
drivers/net/ethernet/emulex/benet/be_main.c

index 9a2a72b38f9cf8b8d1c9d23d607b62eb252b13fa..42b10f973793910d17086be02b718ef7f461658c 100644 (file)
@@ -130,6 +130,7 @@ static const struct be_ethtool_stat et_stats[] = {
        {DRVSTAT_INFO(roce_drops_payload_len)},
        {DRVSTAT_INFO(roce_drops_crc)}
 };
+
 #define ETHTOOL_STATS_NUM ARRAY_SIZE(et_stats)
 
 /* Stats related to multi RX queues: get_stats routine assumes bytes, pkts
@@ -152,6 +153,7 @@ static const struct be_ethtool_stat et_rx_stats[] = {
         */
        {DRVSTAT_RX_INFO(rx_drops_no_frags)}
 };
+
 #define ETHTOOL_RXSTATS_NUM (ARRAY_SIZE(et_rx_stats))
 
 /* Stats related to multi TX queues: get_stats routine assumes compl is the
@@ -200,6 +202,7 @@ static const struct be_ethtool_stat et_tx_stats[] = {
        /* Pkts dropped in the driver's transmit path */
        {DRVSTAT_TX_INFO(tx_drv_drops)}
 };
+
 #define ETHTOOL_TXSTATS_NUM (ARRAY_SIZE(et_tx_stats))
 
 static const char et_self_tests[][ETH_GSTRING_LEN] = {
index 8095c83c55ec1446cd519b9ecadffb530c2f2ea8..31b5fdc589f9eb0a9fcc4df98521036349562fa8 100644 (file)
@@ -86,6 +86,7 @@ static const char * const ue_status_low_desc[] = {
        "JTAG ",
        "MPU_INTPEND "
 };
+
 /* UE Status High CSR */
 static const char * const ue_status_hi_desc[] = {
        "LPCMEMHOST",
@@ -1424,6 +1425,7 @@ err:
                max_tx_rate, vf);
        return be_cmd_status(status);
 }
+
 static int be_set_vf_link_state(struct net_device *netdev, int vf,
                                int link_state)
 {