From: Stefano Brivio <sbri...@redhat.com>
Date: Tue,  6 Nov 2018 22:38:57 +0100

> +     /* Network header needs to point to the outer IPv4 header inside ICMP */
> +     skb_reset_network_header(skb);
> +     iph = ip_hdr(skb);
> +     /* Transport header needs to point to the UDP header */
> +     skb_set_transport_header(skb, iph->ihl << 2);

Please put an empty line before the second comment.

Reply via email to