From: Alexander Aring <ar...@mojatatu.com>
Date: Wed, 18 Apr 2018 17:35:33 -0400

> @@ -92,12 +92,43 @@ struct meta_tlvhdr {
>       __be16 len;
>  };
>  
> +static inline bool __ife_tlv_meta_valid(const unsigned char *skbdata,
> +                                     const unsigned char *ifehdr_end)
> +{

Please do not use inline in foo.c files, let the compiler decide.

Reply via email to