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
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.