On 8/23/2023 4:41 AM, Donald Hunter wrote: > Fix typo verion -> version in genetlink-c and genetlink-legacy. > > Signed-off-by: Donald Hunter <donald.hunter@xxxxxxxxx> > --- Reviewed-by: Jacob Keller <jacob.e.keller@xxxxxxxxx> > Documentation/netlink/genetlink-c.yaml | 2 +- > Documentation/netlink/genetlink-legacy.yaml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/netlink/genetlink-c.yaml b/Documentation/netlink/genetlink-c.yaml > index 4c1f8c22627b..9806c44f604c 100644 > --- a/Documentation/netlink/genetlink-c.yaml > +++ b/Documentation/netlink/genetlink-c.yaml > @@ -41,7 +41,7 @@ properties: > description: Name of the define for the family name. > type: string > c-version-name: > - description: Name of the define for the verion of the family. > + description: Name of the define for the version of the family. > type: string > max-by-define: > description: Makes the number of attributes and commands be specified by a define, not an enum value. > diff --git a/Documentation/netlink/genetlink-legacy.yaml b/Documentation/netlink/genetlink-legacy.yaml > index 196076dfa309..12a0a045605d 100644 > --- a/Documentation/netlink/genetlink-legacy.yaml > +++ b/Documentation/netlink/genetlink-legacy.yaml > @@ -41,7 +41,7 @@ properties: > description: Name of the define for the family name. > type: string > c-version-name: > - description: Name of the define for the verion of the family. > + description: Name of the define for the version of the family. > type: string > max-by-define: > description: Makes the number of attributes and commands be specified by a define, not an enum value.