All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vitaliy Ivanov <vitalivanov@gmail.com>
To: David Miller <davem@davemloft.net>,
	Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: vitalivanov@gmail.com, LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] net: xprt.c: htmldocs warning correction
Date: Fri, 29 Jul 2011 20:11:19 +0300	[thread overview]
Message-ID: <1311959479.2242.41.camel@vivanov> (raw)

Add description for parameter 'xprt'.

Warning(/net/sunrpc/xprt.c:196): No description found for parameter 'xprt'

Signed-off-by: Vitaliy Ivanov <vitalivanov@gmail.com>
---
 net/sunrpc/xprt.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c
index 9b6a4d1..366b5f4 100644
--- a/net/sunrpc/xprt.c
+++ b/net/sunrpc/xprt.c
@@ -186,6 +186,7 @@ EXPORT_SYMBOL_GPL(xprt_load_transport);
 
 /**
  * xprt_reserve_xprt - serialize write access to transports
+ * @xprt: transport with waiting tasks
  * @task: task that is requesting access to the transport
  *
  * This prevents mixing the payload of separate requests, and prevents
-- 
1.7.6.347.g4db0d




             reply	other threads:[~2011-07-29 17:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-29 17:11 Vitaliy Ivanov [this message]
2011-07-29 17:15 ` [PATCH] net: xprt.c: htmldocs warning correction David Miller
2011-07-29 17:19   ` Vitaliy Ivanov
2011-07-29 17:28     ` 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=1311959479.2242.41.camel@vivanov \
    --to=vitalivanov@gmail.com \
    --cc=Trond.Myklebust@netapp.com \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.