This patch removes multiple blank lines in the driver 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>
        return -1;
 }
 
-
 static inline struct be_sge *nonembedded_sgl(struct be_mcc_wrb *wrb)
 {
        return &wrb->payload.sgl[0];
 
        struct be_adapter *adapter = netdev_priv(netdev);
        struct be_aic_obj *aic = &adapter->aic_obj[0];
 
-
        et->rx_coalesce_usecs = aic->prev_eqd;
        et->rx_coalesce_usecs_high = aic->max_eqd;
        et->rx_coalesce_usecs_low = aic->min_eqd;
 
        "Unknown"
 };
 
-
 static void be_queue_free(struct be_adapter *adapter, struct be_queue_info *q)
 {
        struct be_dma_mem *mem = &q->dma_mem;
                        tx_pkts = txo->stats.tx_reqs;
                } while (u64_stats_fetch_retry_irq(&txo->stats.sync, start));
 
-
                /* Skip, if wrapped around or first calculation */
                now = jiffies;
                if (!aic->jiffies || time_before(now, aic->jiffies) ||