[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100701161858.a24a5803.randy.dunlap@oracle.com>
Date: Thu, 1 Jul 2010 16:18:58 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: netdev <netdev@...r.kernel.org>
Cc: davem@...emloft.net
Subject: [PATCH] linux/net.h: fix kernel-doc warnings
From: Randy Dunlap <randy.dunlap@...cle.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@...cle.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;
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists