aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2024-01-22 21:12:01 -0800
committerJakub Kicinski <kuba@kernel.org>2024-01-24 17:48:09 -0800
commit88bf1b8f3c3196c175c9291605ec741756979862 (patch)
tree3efc67717b630a2d392189c0f43443189bdc6ffb /net/tipc
parente18c709230cb05886fdcf6b90ef21a0a733079d7 (diff)
downloadlinux-88bf1b8f3c3196c175c9291605ec741756979862.tar.gz
tipc: socket: remove Excess struct member kernel-doc warning
Remove a kernel-doc description to squelch a warning: socket.c:143: warning: Excess struct member 'blocking_link' description in 'tipc_sock' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jon Maloy <jmaloy@redhat.com> Cc: Ying Xue <ying.xue@windriver.com> Cc: Jonathan Corbet <corbet@lwn.net> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/r/20240123051201.24701-1-rdunlap@infradead.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/tipc')
-rw-r--r--net/tipc/socket.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c
index bb1118d02f953..7e4135db58163 100644
--- a/net/tipc/socket.c
+++ b/net/tipc/socket.c
@@ -80,7 +80,6 @@ struct sockaddr_pair {
* @phdr: preformatted message header used when sending messages
* @cong_links: list of congested links
* @publications: list of publications for port
- * @blocking_link: address of the congested link we are currently sleeping on
* @pub_count: total # of publications port has made during its lifetime
* @conn_timeout: the time we can wait for an unresponded setup request
* @probe_unacked: probe has not received ack yet