net: socket: Move kerneldoc next to function it documents
authorAndrew Lunn <andrew@lunn.ch>
Sun, 12 Jul 2020 23:15:12 +0000 (01:15 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Jul 2020 00:20:40 +0000 (17:20 -0700)
commit9a8ad9ac810aaddbb805c048511624a4972b24cc
tree412a4e449686e95b7794be5321f79b2ffaf56bf3
parent90ac5d0301db7cefc4129f89a858f66913a1c8f4
net: socket: Move kerneldoc next to function it documents

Fix the warning "Function parameter or member 'inode' not described in
'__sock_release'' due to the kerneldoc being placed before
__sock_release() not sock_release(), which does not take an inode
parameter.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/socket.c