lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 19 May 2019 10:33:42 -0700 (PDT) From: David Miller <davem@...emloft.net> To: rdunlap@...radead.org Cc: netdev@...r.kernel.org Subject: Re: [PATCH -next] net: fix kernel-doc warnings for socket.c From: Randy Dunlap <rdunlap@...radead.org> Date: Sat, 18 May 2019 21:23:07 -0700 > From: Randy Dunlap <rdunlap@...radead.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 <rdunlap@...radead.org> Applied, thanks Randy.
Powered by blists - more mailing lists