* [PATCH nf-next] nf_tables: remove double return statement
@ 2017-04-12 20:12 Aaron Conole
2017-04-13 23:27 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Aaron Conole @ 2017-04-12 20:12 UTC (permalink / raw)
To: netfilter-devel; +Cc: netdev, linux-kernel, Pablo Neira Ayuso, Jozsef Kadlecsik
Signed-off-by: Aaron Conole <aconole@bytheb.org>
---
net/netfilter/nf_tables_api.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c
index 2d822d2..1452fb7 100644
--- a/net/netfilter/nf_tables_api.c
+++ b/net/netfilter/nf_tables_api.c
@@ -4435,8 +4435,6 @@ static int nf_tables_getobj(struct net *net, struct sock *nlsk,
err:
kfree_skb(skb2);
return err;
-
- return 0;
}
static void nft_obj_destroy(struct nft_object *obj)
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-13 23:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-12 20:12 [PATCH nf-next] nf_tables: remove double return statement Aaron Conole
2017-04-13 23:27 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).