commit | 06c2351fdebb38803f10ace19ed8daf9b9c91e12 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Tue Nov 14 06:27:03 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 14 22:02:08 2017 +0900 |
tree | 4018a8575bd817c872937c9025aa096f75bd6681 | |
parent | 8a860c2bcc84a8e4fbcabb928cd97e4c51b17d93 [diff] |
openvswitch: Make local function ovs_nsh_key_attr_size() static Fixes the following sparse warnings: net/openvswitch/flow_netlink.c:340:8: warning: symbol 'ovs_nsh_key_attr_size' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Acked-by: Pravin B Shelar <pshelar@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net>