]> asedeno.scripts.mit.edu Git - linux.git/commit
netfilter: nf_tables: fix endian mismatch in return type
authorFlorian Westphal <fw@strlen.de>
Sun, 27 May 2018 09:21:31 +0000 (11:21 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 29 May 2018 12:50:27 +0000 (14:50 +0200)
commitd6501de8726afb9d7ed502eafc8bfa629482049d
treedb9b797203e756637a1bafdf00e54ff6c9157d13
parenteb1fb1479b710b0c1675986a41bea1022091c2a3
netfilter: nf_tables: fix endian mismatch in return type

harmless, but it avoids sparse warnings:

nf_tables_api.c:2813:16: warning: incorrect type in return expression (different base types)
nf_tables_api.c:2863:47: warning: incorrect type in argument 3 (different base types)
nf_tables_api.c:3524:47: warning: incorrect type in argument 3 (different base types)
nf_tables_api.c:3538:55: warning: incorrect type in argument 3 (different base types)

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c