* [PATCH] net: xprt.c: htmldocs warning correction
@ 2011-07-29 17:11 Vitaliy Ivanov
2011-07-29 17:15 ` David Miller
0 siblings, 1 reply; 4+ messages in thread
From: Vitaliy Ivanov @ 2011-07-29 17:11 UTC (permalink / raw)
To: David Miller, Trond Myklebust; +Cc: vitalivanov, LKML
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] net: xprt.c: htmldocs warning correction
2011-07-29 17:11 [PATCH] net: xprt.c: htmldocs warning correction Vitaliy Ivanov
@ 2011-07-29 17:15 ` David Miller
2011-07-29 17:19 ` Vitaliy Ivanov
0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2011-07-29 17:15 UTC (permalink / raw)
To: vitalivanov; +Cc: Trond.Myklebust, linux-kernel
From: Vitaliy Ivanov <vitalivanov@gmail.com>
Date: Fri, 29 Jul 2011 20:11:19 +0300
> 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>
There is already a fix for this from Randy Dunlap in my networking
GIT tree.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] net: xprt.c: htmldocs warning correction
2011-07-29 17:15 ` David Miller
@ 2011-07-29 17:19 ` Vitaliy Ivanov
2011-07-29 17:28 ` David Miller
0 siblings, 1 reply; 4+ messages in thread
From: Vitaliy Ivanov @ 2011-07-29 17:19 UTC (permalink / raw)
To: David Miller, Randy Dunlap; +Cc: Trond.Myklebust, linux-kernel
On Fri, Jul 29, 2011 at 8:15 PM, David Miller <davem@davemloft.net> wrote:
> From: Vitaliy Ivanov <vitalivanov@gmail.com>
> Date: Fri, 29 Jul 2011 20:11:19 +0300
>
>> 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>
>
> There is already a fix for this from Randy Dunlap in my networking
> GIT tree.
>
OK, I found two other warning correction patches from Randy in list
but not this one. Seems like I missed it.
Anyway, thanks.
Vitaliy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] net: xprt.c: htmldocs warning correction
2011-07-29 17:19 ` Vitaliy Ivanov
@ 2011-07-29 17:28 ` David Miller
0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2011-07-29 17:28 UTC (permalink / raw)
To: vitalivanov; +Cc: rdunlap, Trond.Myklebust, linux-kernel
From: Vitaliy Ivanov <vitalivanov@gmail.com>
Date: Fri, 29 Jul 2011 20:19:26 +0300
> On Fri, Jul 29, 2011 at 8:15 PM, David Miller <davem@davemloft.net> wrote:
>> From: Vitaliy Ivanov <vitalivanov@gmail.com>
>> Date: Fri, 29 Jul 2011 20:11:19 +0300
>>
>>> 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>
>>
>> There is already a fix for this from Randy Dunlap in my networking
>> GIT tree.
>>
>
> OK, I found two other warning correction patches from Randy in list
> but not this one. Seems like I missed it.
He only posted it to netdev@vger.kernel.org
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-07-29 17:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 17:11 [PATCH] net: xprt.c: htmldocs warning correction Vitaliy Ivanov
2011-07-29 17:15 ` David Miller
2011-07-29 17:19 ` Vitaliy Ivanov
2011-07-29 17:28 ` David Miller
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.