From: Randy Dunlap Date: Thu, 1 Jul 2010 13:18:58 +0000 (+0000) Subject: linux/net.h: fix kernel-doc warnings X-Git-Tag: v3.0~4197^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2aec372ff4b7e78e79c308104a860ae0ed20950;p=platform%2Fkernel%2Flinux-amlogic.git 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: Randy Dunlap Signed-off-by: David S. Miller --- diff --git a/include/linux/net.h b/include/linux/net.h index 2b4deee..dee0b11 100644 --- a/include/linux/net.h +++ b/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;