On Tue, 13 Apr 2021 11:15:14 +0800 Xuan Zhuo wrote:
> @@ -1598,72 +1600,75 @@ struct net_device_ops {
> * skb_headlen(skb) == 0 (data starts from frag0)
> */
> enum netdev_priv_flags {
> - IFF_802_1Q_VLAN = 1<<0,
> + IFF_802_1Q_VLAN_BIT,This breaks kdoc, now the kdoc documents values which don't exist in the enum.
