Re: [PATCH 1/2] ethtool: improve compat ioctl handling

From: David Miller
Date: Sat Sep 19 2020 - 19:40:33 EST


From: Arnd Bergmann <arnd@xxxxxxxx>
Date: Fri, 18 Sep 2020 14:05:18 +0200

> --- a/net/ethtool/ioctl.c
> +++ b/net/ethtool/ioctl.c
...
> +static inline bool ethtool_translate_compat(void)
> +{

Please don't use the inline keyword in foo.c files.

Thank you.