From: Tobias Regnery <tobias.regn...@gmail.com>
Date: Tue, 23 Aug 2016 22:21:21 +0200

> @@ -993,6 +993,18 @@ static void alx_reset(struct work_struct *work)
>       rtnl_unlock();
>  }
>  
> +static inline int alx_tpd_req(struct sk_buff *skb)
> +{

Please don't use inline for functions in foo.c files, let the compiler
decide.

Thanks.

Reply via email to