Re: [PATCH -next] net: fix kernel-doc warnings for socket.c

2019-05-19 Thread David Miller
From: Randy Dunlap Date: Sat, 18 May 2019 21:23:07 -0700 > From: Randy Dunlap > > Fix kernel-doc warnings by moving the kernel-doc notation to be > immediately above the functions that it describes. > > Fixes these warnings for sock_sendmsg() and sock_recvmsg(): > > ../net/socket.c:658: warni

[PATCH -next] net: fix kernel-doc warnings for socket.c

2019-05-19 Thread Randy Dunlap
From: Randy Dunlap Fix kernel-doc warnings by moving the kernel-doc notation to be immediately above the functions that it describes. Fixes these warnings for sock_sendmsg() and sock_recvmsg(): ../net/socket.c:658: warning: Excess function parameter 'sock' description in 'INDIRECT_CALLABLE_DEC