[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4da4b150-4138-4885-58cf-d3493695bbba@intel.com>
Date: Wed, 23 Aug 2023 12:29:27 -0700
From: Jacob Keller <jacob.e.keller@...el.com>
To: Donald Hunter <donald.hunter@...il.com>, <netdev@...r.kernel.org>, "Jakub
Kicinski" <kuba@...nel.org>, "David S. Miller" <davem@...emloft.net>, "Eric
Dumazet" <edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, "Jonathan
Corbet" <corbet@....net>, <linux-doc@...r.kernel.org>, Stanislav Fomichev
<sdf@...gle.com>, Arkadiusz Kubalewski <arkadiusz.kubalewski@...el.com>
CC: <donald.hunter@...hat.com>
Subject: Re: [PATCH net-next v4 01/12] doc/netlink: Fix typo in genetlink-*
schemas
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@...il.com>
> ---
Reviewed-by: Jacob Keller <jacob.e.keller@...el.com>
> 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.
Powered by blists - more mailing lists