Re: [PATCH net-next] hsr: fix dummy hsr_debugfs_rename() declaration

From: David Miller
Date: Wed Jan 08 2020 - 16:10:06 EST


From: Arnd Bergmann <arnd@xxxxxxxx>
Date: Tue, 7 Jan 2020 21:03:39 +0100

> The hsr_debugfs_rename prototype got an extra 'void' that needs to
> be removed again:
>
> In file included from /git/arm-soc/net/hsr/hsr_main.c:12:
> net/hsr/hsr_main.h:194:20: error: two or more data types in declaration specifiers
> static inline void void hsr_debugfs_rename(struct net_device *dev)
>
> Fixes: 4c2d5e33dcd3 ("hsr: rename debugfs file when interface name is changed")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Applied, thanks Arnd.