netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tobias Klauser <tklauser@distanz.ch>
To: "David S. Miller" <davem@davemloft.net>,
	Daniel Borkmann <dborkman@redhat.com>,
	Alexei Starovoitov <ast@plumgrid.com>
Cc: netdev@vger.kernel.org
Subject: [PATCH] trivial: net: filter: Change kerneldoc parameter order
Date: Tue, 24 Jun 2014 15:33:21 +0200	[thread overview]
Message-ID: <1403616802-25743-2-git-send-email-tklauser@distanz.ch> (raw)
In-Reply-To: <1403616802-25743-1-git-send-email-tklauser@distanz.ch>

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>
---
 net/core/filter.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/core/filter.c b/net/core/filter.c
index 243fb5d..ed8d929 100644
--- a/net/core/filter.c
+++ b/net/core/filter.c
@@ -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.
-- 
1.7.9.5

  reply	other threads:[~2014-06-24 13:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-24 13:33 [PATCH] trivial: net: filter: Fix typo in comment Tobias Klauser
2014-06-24 13:33 ` Tobias Klauser [this message]
2014-06-24 13:42   ` [PATCH] trivial: net: filter: Change kerneldoc parameter order Daniel Borkmann
2014-06-24 15:02   ` Alexei Starovoitov
2014-06-25 23:39   ` David Miller
2014-06-24 13:33 ` [PATCH] net: filter: Use kcalloc/kmalloc_array to allocate arrays Tobias Klauser
2014-06-24 13:47   ` Daniel Borkmann
2014-06-24 15:03   ` Alexei Starovoitov
2014-06-25 23:40   ` David Miller
2014-06-24 13:41 ` [PATCH] trivial: net: filter: Fix typo in comment Daniel Borkmann
2014-06-24 15:01 ` Alexei Starovoitov
2014-06-25 23:39 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1403616802-25743-2-git-send-email-tklauser@distanz.ch \
    --to=tklauser@distanz.ch \
    --cc=ast@plumgrid.com \
    --cc=davem@davemloft.net \
    --cc=dborkman@redhat.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).