2022-03-01 11:18:12

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/linux/netdevice.h:2290: warning: Function parameter or member 'dm_private' not described in 'net_device'

Introduced by commit

b26ef81c46ed ("drop_monitor: remove quadratic behavior")

--
Cheers,
Stephen Rothwell


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

2022-03-03 09:32:38

by Stephen Rothwell

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

Hi all,

On Thu, 3 Mar 2022 20:13:52 +1100 Stephen Rothwell <[email protected]> wrote:
>
> After merging the net-next tree, today's linux-next build (htmldocs)
> produced this warning:
>
> Documentation/networking/smc-sysctl.rst:3: WARNING: Title overline too short.
>
> =========
> SMC Sysctl
> =========
>
> Introduced by commit
>
> 12bbb0d163a9 ("net/smc: add sysctl for autocorking")

Also:

Documentation/networking/smc-sysctl.rst: WARNING: document isn't included in any toctree

--
Cheers,
Stephen Rothwell


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

2022-03-03 12:24:58

by Dust Li

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

On Thu, Mar 03, 2022 at 08:15:36PM +1100, Stephen Rothwell wrote:
>Hi all,
>
>On Thu, 3 Mar 2022 20:13:52 +1100 Stephen Rothwell <[email protected]> wrote:
>>
>> After merging the net-next tree, today's linux-next build (htmldocs)
>> produced this warning:
>>
>> Documentation/networking/smc-sysctl.rst:3: WARNING: Title overline too short.
>>
>> =========
>> SMC Sysctl
>> =========
>>
>> Introduced by commit
>>
>> 12bbb0d163a9 ("net/smc: add sysctl for autocorking")
>
>Also:
>
>Documentation/networking/smc-sysctl.rst: WARNING: document isn't included in any toctree

Thanks for your reminder ! I'll send a patch to fix this warnings soon.