]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Make local function ovs_nsh_key_attr_size() static
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 14 Nov 2017 06:27:03 +0000 (06:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Nov 2017 13:02:08 +0000 (22:02 +0900)
commit3d25f1ad1ce45179d0d23971172a23689f21c796
tree4018a8575bd817c872937c9025aa096f75bd6681
parent17ab9baa8dadd736180e7f275aa7cfa58f085861
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>
net/openvswitch/flow_netlink.c