* [PATCH] linux/net.h: fix kernel-doc warnings
@ 2010-07-01 23:18 Randy Dunlap
2010-07-03 4:59 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2010-07-01 23:18 UTC (permalink / raw)
To: netdev; +Cc: davem
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix kernel-doc warnings in linux/net.h:
Warning(include/linux/net.h:151): No description found for parameter 'wq'
Warning(include/linux/net.h:151): Excess struct/union/enum/typedef member 'fasync_list' description in 'socket'
Warning(include/linux/net.h:151): Excess struct/union/enum/typedef member 'wait' description in 'socket'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
include/linux/net.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- linux-2.6.35-rc3-git5.orig/include/linux/net.h
+++ linux-2.6.35-rc3-git5/include/linux/net.h
@@ -129,10 +129,9 @@ struct socket_wq {
* @type: socket type (%SOCK_STREAM, etc)
* @flags: socket flags (%SOCK_ASYNC_NOSPACE, etc)
* @ops: protocol specific socket operations
- * @fasync_list: Asynchronous wake up list
* @file: File back pointer for gc
* @sk: internal networking protocol agnostic socket representation
- * @wait: wait queue for several uses
+ * @wq: wait queue for several uses
*/
struct socket {
socket_state state;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] linux/net.h: fix kernel-doc warnings
2010-07-01 23:18 [PATCH] linux/net.h: fix kernel-doc warnings Randy Dunlap
@ 2010-07-03 4:59 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-07-03 4:59 UTC (permalink / raw)
To: randy.dunlap; +Cc: netdev
From: Randy Dunlap <randy.dunlap@oracle.com>
Date: Thu, 1 Jul 2010 16:18:58 -0700
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Fix kernel-doc warnings in linux/net.h:
>
> Warning(include/linux/net.h:151): No description found for parameter 'wq'
> Warning(include/linux/net.h:151): Excess struct/union/enum/typedef member 'fasync_list' description in 'socket'
> Warning(include/linux/net.h:151): Excess struct/union/enum/typedef member 'wait' description in 'socket'
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-03 4:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-01 23:18 [PATCH] linux/net.h: fix kernel-doc warnings Randy Dunlap
2010-07-03 4:59 ` David Miller
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).