diff options
author | Randy Dunlap | 2019-05-19 06:23:07 +0200 |
---|---|---|
committer | David S. Miller | 2019-05-19 19:33:22 +0200 |
commit | 85806af0c6bac0feb777e255a25fd5d0cf6ad38e (patch) | |
tree | c1fe118bdf69f9dd5f7f94e467555eb9968953b3 /net/tipc/addr.c | |
parent | net: Treat sock->sk_drops as an unsigned int when printing (diff) | |
download | kernel-qcow2-linux-85806af0c6bac0feb777e255a25fd5d0cf6ad38e.tar.gz kernel-qcow2-linux-85806af0c6bac0feb777e255a25fd5d0cf6ad38e.tar.xz kernel-qcow2-linux-85806af0c6bac0feb777e255a25fd5d0cf6ad38e.zip |
net: fix kernel-doc warnings for socket.c
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@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/addr.c')
0 files changed, 0 insertions, 0 deletions