]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nft_set_pipapo: make the symbol 'nft_pipapo_get' static
authorChen Wandun <chenwandun@huawei.com>
Mon, 10 Feb 2020 08:51:09 +0000 (16:51 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 15 Mar 2020 14:20:16 +0000 (15:20 +0100)
commit5a10239d23c0996a58bfca9ce9afd152012d2da2
tree6244854ec2a3a1b72a5f66fd0c31e28e031fa632
parent712a87eb420849fe2def162d513fb8f3c0f237a3
netfilter: nft_set_pipapo: make the symbol 'nft_pipapo_get' static

Fix the following sparse warning:

net/netfilter/nft_set_pipapo.c:739:6: warning: symbol 'nft_pipapo_get' was not declared. Should it be static?

Fixes: 81037b76e5aa ("nf_tables: Add set type for arbitrary concatenation of ranges")
Signed-off-by: Chen Wandun <chenwandun@huawei.com>
Acked-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_set_pipapo.c