net: hinic: add a blank line after declarations
authorDaode Huang <huangdaode@huawei.com>
Fri, 19 Mar 2021 06:36:23 +0000 (14:36 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2021 18:53:17 +0000 (11:53 -0700)
There should be a blank line after declarations, so just add it.

Signed-off-by: Daode Huang <huangdaode@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/huawei/hinic/hinic_tx.c

index 8da7d46363b27e0a4a066dc3c7e3f6abfe4c26da..710c4ff7bc0eb4cff47ccaf1dba5dc875465b190 100644 (file)
@@ -377,6 +377,7 @@ static int offload_csum(struct hinic_sq_task *task, u32 *queue_info,
                } else if (ip.v4->version == 6) {
                        unsigned char *exthdr;
                        __be16 frag_off;
+
                        l3_type = IPV6_PKT;
                        tunnel_type = TUNNEL_UDP_CSUM;
                        exthdr = ip.hdr + sizeof(*ip.v6);