Re: [PATCH v2] hsr: Fix a compilation error

From: David Miller
Date: Mon Jan 20 2020 - 07:21:42 EST


From: "xiaofeng.yan" <xiaofeng.yan2012@xxxxxxxxx>
Date: Mon, 20 Jan 2020 14:26:39 +0800

> From: "xiaofeng.yan" <yanxiaofeng7@xxxxxx>
>
> A compliation error happen when building branch 5.5-rc7
>
> In file included from net/hsr/hsr_main.c:12:0:
> 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)
>
> So Removed one void.
>
> Fixes: 4c2d5e33dcd3 ("hsr: rename debugfs file when interface name is changed")
> Signed-off-by: xiaofeng.yan <yanxiaofeng7@xxxxxx>
> Acked-by: Taehee Yoo <ap420073@xxxxxxxxx>

Applied, thank you.