Re: [PATCH v2] seg6_iptunnel: Refactor seg6_lwt_headroom out of uapi header

From: David Miller
Date: Fri Jul 31 2020 - 17:25:48 EST


From: Ioana-Ruxandra Stancioi <ioanaruxandra.stancioi@xxxxxxxxx>
Date: Fri, 31 Jul 2020 07:40:32 +0000

> --- a/net/ipv6/seg6_iptunnel.c
> +++ b/net/ipv6/seg6_iptunnel.c
> @@ -27,6 +27,23 @@
> #include <net/seg6_hmac.h>
> #endif
>
> +static inline size_t seg6_lwt_headroom(struct seg6_iptunnel_encap *tuninfo)
> +{

Please remove the inline tag when you move the function here, we do
not use the inline keyword in foo.c files.

Thank you.