mirror of https://gitee.com/openkylin/linux.git
be2net: remove multiple blank lines
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>
This commit is contained in:
parent
03d28ffe99
commit
d6f5473c42
|
@ -676,7 +676,6 @@ int be_fw_wait_ready(struct be_adapter *adapter)
|
|||
return -1;
|
||||
}
|
||||
|
||||
|
||||
static inline struct be_sge *nonembedded_sgl(struct be_mcc_wrb *wrb)
|
||||
{
|
||||
return &wrb->payload.sgl[0];
|
||||
|
|
|
@ -333,7 +333,6 @@ static int be_get_coalesce(struct net_device *netdev,
|
|||
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;
|
||||
|
|
|
@ -122,7 +122,6 @@ static const char * const ue_status_hi_desc[] = {
|
|||
"Unknown"
|
||||
};
|
||||
|
||||
|
||||
static void be_queue_free(struct be_adapter *adapter, struct be_queue_info *q)
|
||||
{
|
||||
struct be_dma_mem *mem = &q->dma_mem;
|
||||
|
@ -1490,7 +1489,6 @@ static void be_eqd_update(struct be_adapter *adapter)
|
|||
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) ||
|
||||
|
|
Loading…
Reference in New Issue