Re: [PATCH] net/tipc: Remove Documentation Warnings for `Excess struct member`

From: Randy Dunlap
Date: Fri Jan 26 2024 - 22:44:59 EST




On 1/26/24 19:21, Carlos Ortiz wrote:
> As far as I can tell,the struct `inputq` and `namedq` were never part of the `tipc_node`,
> therefor removing the documentation comments this will make the warnings for ./net/tipc/node.c when
> running `make htmldocs` to be gone.
>
> For socket.c, and documentation comment was added on commit 365ad353c2564bba8835290061308ba825166b3a
> but the struct member was not added in addition of removing `blocking_link` also move `dupl_rcvcnt`
> documentations a few lines up to match the struct member order.
>
> Signed-off-by: Carlos Ortiz <jmp0x29A@xxxxxxxxxxxxxx>
> ---
> net/tipc/node.c | 2 --
> net/tipc/socket.c | 3 +--
> 2 files changed, 1 insertion(+), 4 deletions(-)
>

Hi,
These are already fixed (recently), but Thanks.

https://lore.kernel.org/netdev/170614862613.13756.7070098094645334807.git-patchwork-notify@xxxxxxxxxx/
https://lore.kernel.org/netdev/170614862616.13756.18046951576152774345.git-patchwork-notify@xxxxxxxxxx/
--
#Randy