2024-01-12 05:00:45

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
Cc: Jon Maloy <[email protected]>
Cc: Ying Xue <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Eric Dumazet <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Cc: Paolo Abeni <[email protected]>
Cc: [email protected]
Cc: Jonathan Corbet <[email protected]>
---
net/tipc/socket.c | 1 -
1 file changed, 1 deletion(-)

diff -- a/net/tipc/socket.c b/net/tipc/socket.c
--- 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


2024-01-15 13:46:41

by Simon Horman

[permalink] [raw]
Subject: Re: [PATCH] tipc: socket: remove Excess struct member kernel-doc warning

On Thu, Jan 11, 2024 at 09:00:20PM -0800, Randy Dunlap wrote:
> 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 <[email protected]>

Reviewed-by: Simon Horman <[email protected]>


2024-01-16 08:59:45

by Paolo Abeni

[permalink] [raw]
Subject: Re: [PATCH] tipc: socket: remove Excess struct member kernel-doc warning

On Thu, 2024-01-11 at 21:00 -0800, Randy Dunlap wrote:
> 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 <[email protected]>
> Cc: Jon Maloy <[email protected]>
> Cc: Ying Xue <[email protected]>
> Cc: "David S. Miller" <[email protected]>
> Cc: Eric Dumazet <[email protected]>
> Cc: Jakub Kicinski <[email protected]>
> Cc: Paolo Abeni <[email protected]>
> Cc: [email protected]
> Cc: Jonathan Corbet <[email protected]>


## Form letter - net-next-closed

The merge window for v6.8 has begun and we have already posted our pull
request. Therefore net-next is closed for new drivers, features, code
refactoring and optimizations. We are currently accepting bug fixes
only.

Please repost when net-next reopens after January 22nd.

RFC patches sent for review only are obviously welcome at any time.

See:
https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#development-cycle
--
pw-bot: defer