sock.h: fix kernel-doc warning

Fix sock.h kernel-doc warning:
Warning(include/net/sock.h:1438): No description found for parameter 'wq'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Randy Dunlap and committed by David S. Miller acfbe96a 937eada4

+1 -1
+1 -1
include/net/sock.h
··· 1412 1412 1413 1413 /** 1414 1414 * wq_has_sleeper - check if there are any waiting processes 1415 - * @sk: struct socket_wq 1415 + * @wq: struct socket_wq 1416 1416 * 1417 1417 * Returns true if socket_wq has waiting processes 1418 1418 *