]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
authorFlorian Westphal <fw@strlen.de>
Fri, 1 Apr 2016 12:17:33 +0000 (14:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jun 2016 17:18:23 +0000 (10:18 -0700)
commit3a69c0f0487a6eba5fd5005c7902a230c8e31518
tree7f96592580690b701921992cfae713f48af6f366
parent0fab6d3d18866bbc4f964696ae31a5456795bb10
netfilter: x_tables: xt_compat_match_from_user doesn't need a retval

commit 0188346f21e6546498c2a0f84888797ad4063fc5 upstream.

Always returned 0.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/netfilter/x_tables.h
net/ipv4/netfilter/arp_tables.c
net/ipv4/netfilter/ip_tables.c
net/ipv6/netfilter/ip6_tables.c
net/netfilter/x_tables.c