From: Tom Herbert <t...@herbertland.com> Date: Fri, 23 Aug 2019 12:14:00 -0700
> int off, enum ipeh_parse_errors error)) > { > const unsigned char *nh = skb_network_header(skb); > - const struct tlvtype_proc *curr; > + const struct tlv_proc *curr; > bool disallow_unknowns = false; > int tlv_count = 0; > int padlen = 0; Please retain the reverse christmas tree ordering here.