2021-11-17 02:55:18

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the net-next tree

Hi all,

After merging the net-next tree, today's linux-next build (htmldocs)
produced this warning:

include/net/sock.h:540: warning: Function parameter or member 'defer_list' not described in 'sock'

Introduced by commit

f35f821935d8 ("tcp: defer skb freeing after socket lock is released")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (488.00 B)
OpenPGP digital signature

2021-11-17 03:05:44

by Eric Dumazet

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the net-next tree

On Tue, Nov 16, 2021 at 6:55 PM Stephen Rothwell <[email protected]> wrote:
>
> Hi all,
>
> After merging the net-next tree, today's linux-next build (htmldocs)
> produced this warning:
>
> include/net/sock.h:540: warning: Function parameter or member 'defer_list' not described in 'sock'
>
> Introduced by commit
>
> f35f821935d8 ("tcp: defer skb freeing after socket lock is released")
>
> --
> Cheers,
> Stephen Rothwell

Thanks for the report, I thought we got rid of these htmldocs for sock already.