trivial: net: filter: Change kerneldoc parameter order
authorTobias Klauser <tklauser@distanz.ch>
Tue, 24 Jun 2014 13:33:21 +0000 (15:33 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Jun 2014 23:38:54 +0000 (16:38 -0700)
Change the order of the parameters to sk_unattached_filter_create() in
the kerneldoc to reflect the order they appear in the actual function.

This fix is only cosmetic, in the generated doc they still appear in the
correct order without the fix.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/filter.c

Simple merge