lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <ZVHMPRBbvfbZGMgJ@Laptop-X1> Date: Mon, 13 Nov 2023 15:11:57 +0800 From: Hangbin Liu <liuhangbin@...il.com> To: Simon Horman <horms@...nel.org> Cc: netdev@...r.kernel.org, "David S . Miller" <davem@...emloft.net>, David Ahern <dsahern@...nel.org>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Ido Schimmel <idosch@...sch.org>, Nikolay Aleksandrov <razor@...ckwall.org>, Roopa Prabhu <roopa@...dia.com>, Stephen Hemminger <stephen@...workplumber.org>, Florian Westphal <fw@...len.de>, Andrew Lunn <andrew@...n.ch>, Florian Fainelli <f.fainelli@...il.com>, Vladimir Oltean <olteanv@...il.com>, Jiri Pirko <jiri@...nulli.us> Subject: Re: [RFC PATCHv3 net-next 02/10] net: bridge: add document for IFLA_BRPORT enum On Sat, Nov 11, 2023 at 07:02:37PM +0000, Simon Horman wrote: > On Fri, Nov 10, 2023 at 06:15:39PM +0800, Hangbin Liu wrote: > > Add document for IFLA_BRPORT enum so we can use it in > > Documentation/networking/bridge.rst. > > > > Signed-off-by: Hangbin Liu <liuhangbin@...il.com> > > --- > > include/uapi/linux/if_link.h | 227 +++++++++++++++++++++++++++++++++++ > > 1 file changed, 227 insertions(+) > > > > diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h > > index 32d6980b78d1..a196a6e4dafb 100644 > > --- a/include/uapi/linux/if_link.h > > +++ b/include/uapi/linux/if_link.h > > @@ -792,11 +792,238 @@ struct ifla_bridge_id { > > __u8 addr[6]; /* ETH_ALEN */ > > }; > > > > +/** > > + * DOC: The bridge mode enum defination > > nit: definition. > > Also in patch 2/10. > And fields is misspelt in patch 4/10. > > As flagged by checkpatch --codespell Thanks, I used to use --strict and didn't aware --codespell before. I will add this parameter in future. Regards Hangbin
Powered by blists - more mailing lists