From: Randy Dunlap <rdun...@infradead.org> Date: Sat, 18 May 2019 21:23:07 -0700
> From: Randy Dunlap <rdun...@infradead.org> > > 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_DECLARE' > ../net/socket.c:658: warning: Excess function parameter 'msg' description in > 'INDIRECT_CALLABLE_DECLARE' > ../net/socket.c:889: warning: Excess function parameter 'sock' description in > 'INDIRECT_CALLABLE_DECLARE' > ../net/socket.c:889: warning: Excess function parameter 'msg' description in > 'INDIRECT_CALLABLE_DECLARE' > ../net/socket.c:889: warning: Excess function parameter 'flags' description > in 'INDIRECT_CALLABLE_DECLARE' > > Signed-off-by: Randy Dunlap <rdun...@infradead.org> Applied, thanks Randy.