Re: [PATCH net-next] vlan: vlan_hw_filter_capable() can be static

2018-03-31 Thread David Miller
From: Wei Yongjun Date: Sat, 31 Mar 2018 06:11:41 + > Fixes the following sparse warning: > > net/8021q/vlan_core.c:168:6: warning: > symbol 'vlan_hw_filter_capable' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun

[PATCH net-next] vlan: vlan_hw_filter_capable() can be static

2018-03-31 Thread Wei Yongjun
Fixes the following sparse warning: net/8021q/vlan_core.c:168:6: warning: symbol 'vlan_hw_filter_capable' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- net/8021q/vlan_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git