Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2aec372 authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller
Browse files

linux/net.h: fix kernel-doc warnings



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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f0796d5c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;