[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190519.103342.860791515386700334.davem@davemloft.net>
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