diff options
author | Daode Huang <huangdaode@huawei.com> | 2021-03-19 09:36:23 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-19 21:53:17 +0300 |
commit | 44401b677a52d6e425e6e948dd6e65c720dc66c6 (patch) | |
tree | 31c76e261769a13df156c65e5c956c0d9d312160 /drivers/net/ethernet/huawei/hinic | |
parent | c199fdb8abf558e330e3d13244b7c4593956329b (diff) | |
download | linux-44401b677a52d6e425e6e948dd6e65c720dc66c6.tar.xz |
net: hinic: add a blank line after declarations
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>
Diffstat (limited to 'drivers/net/ethernet/huawei/hinic')
-rw-r--r-- | drivers/net/ethernet/huawei/hinic/hinic_tx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/huawei/hinic/hinic_tx.c b/drivers/net/ethernet/huawei/hinic/hinic_tx.c index 8da7d46363b2..710c4ff7bc0e 100644 --- a/drivers/net/ethernet/huawei/hinic/hinic_tx.c +++ b/drivers/net/ethernet/huawei/hinic/hinic_tx.c @@ -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); |