]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
tipc: socket: remove Excess struct member kernel-doc warning
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 23 Jan 2024 05:12:01 +0000 (21:12 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 25 Jan 2024 01:48:09 +0000 (17:48 -0800)
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>
net/tipc/socket.c

index bb1118d02f9532f2f7f32e3de8c1275ad935ca49..7e4135db58163501e9ad011fa6c78975fbe53e75 100644 (file)
@@ -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