]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
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

index ff9235e10b1955b839c1d47cbe6c83fae93d9c35..4d13b125ef4bf284f665c8042f5bf10c2b63f31d 100644 (file)
@@ -1524,8 +1524,8 @@ static struct sk_filter *__sk_prepare_filter(struct sk_filter *fp,
 
 /**
  *     sk_unattached_filter_create - create an unattached filter
- *     @fprog: the filter program
  *     @pfp: the unattached filter that is created
+ *     @fprog: the filter program
  *
  * Create a filter independent of any socket. We first run some
  * sanity checks on it to make sure it does not explode on us later.