2023-02-06 03:54:56

by Stephen Rothwell

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

Hi all,

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

include/linux/netdevice.h:2381: warning: Function parameter or member 'xdp_features' not described in 'net_device'

Introduced by commit

d3d854fd6a1d ("netdev-genl: create a simple family for netdev stuff")

--
Cheers,
Stephen Rothwell


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

2023-02-06 04:00:14

by Alexei Starovoitov

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

On Sun, Feb 5, 2023 at 7:54 PM Stephen Rothwell <[email protected]> wrote:
>
> Hi all,
>
> After merging the bpf-next tree, today's linux-next build (htmldocs)
> produced this warning:
>
> include/linux/netdevice.h:2381: warning: Function parameter or member 'xdp_features' not described in 'net_device'
>
> Introduced by commit
>
> d3d854fd6a1d ("netdev-genl: create a simple family for netdev stuff")

Lorenzo,
please take a look.