net: hinic: add blank line after function declaration
authorGuangbin Huang <huangguangbin2@huawei.com>
Thu, 13 May 2021 06:26:51 +0000 (14:26 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 May 2021 22:39:10 +0000 (15:39 -0700)
There should be a blank line after function declaration, so add two
missed blank lines.

Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/huawei/hinic/hinic_hw_wq.c
drivers/net/ethernet/huawei/hinic/hinic_rx.c

index 5dc3743f80915b43209a89ec07d63a7405353762..7f0f1aa3cedd996539498e26a91e6b432b08ee71 100644 (file)
@@ -89,6 +89,7 @@ static inline int WQE_PAGE_NUM(struct hinic_wq *wq, u16 idx)
        return (((idx) >> ((wq)->wqebbs_per_page_shift))
                & ((wq)->num_q_pages - 1));
 }
+
 /**
  * queue_alloc_page - allocate page for Queue
  * @hwif: HW interface for allocating DMA
index cce08647b9b27cfce09120ad84e67337d4292f83..fed3b6bc0d763ac03967593f64994e2a122627d2 100644 (file)
@@ -118,6 +118,7 @@ static void rx_csum(struct hinic_rxq *rxq, u32 status,
                skb->ip_summed = CHECKSUM_NONE;
        }
 }
+
 /**
  * rx_alloc_skb - allocate skb and map it to dma address
  * @rxq: rx queue