From: Ioana-Ruxandra Stancioi <ioanaruxandra.stanc...@gmail.com> 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.