netfilter: nf_tables: clean up nf_tables_trans_add() argument order
authorPatrick McHardy <kaber@trash.net>
Fri, 7 Mar 2014 18:08:29 +0000 (19:08 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 8 Mar 2014 11:35:16 +0000 (12:35 +0100)
commita36e901cf60d4e9a1882d2a98b1a9c60e84aff2c
tree6da2715ce590e720365aa5009dacb58f47acb316
parentce6eb0d7c8ec16753f817054e2a566504327e274
netfilter: nf_tables: clean up nf_tables_trans_add() argument order

The context argument logically comes first, and this is what every other
function dealing with contexts does.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c