Re: [PATCH net-next v3 1/6] netdevice: convert private flags > BIT(31) to bitfields

From: Jakub Kicinski
Date: Sat Aug 10 2024 - 01:28:04 EST


On Thu, 8 Aug 2024 17:27:52 +0200 Alexander Lobakin wrote:
> + * @priv_flags_fast: both hotpath private flags as bits and as bitfield
> + * booleans combined, only to assert cacheline placement
> + * @priv_flags: flags invisible to userspace defined as bits, see
> + * enum netdev_priv_flags for the definitions

The kdoc scripts says:

include/linux/netdevice.h:2392: warning: Excess struct member 'priv_flags_fast' description in 'net_device'

I thought you sent a kernel-doc patch during previous cycle to fix this,
or was that for something else?