Re: [PATCH] docs: ABI: README: fix grammatical error
From: Jonathan Corbet
Date: Fri Jul 10 2026 - 15:47:57 EST
Seongjun Hong <hsj0512@xxxxxxxxx> writes:
> The Note describing how to write ABI documentation fields contained
> a typo. "The fields should be use a simple notation" should be
> "The fields should use a simple notation".
>
> Signed-off-by: Seongjun Hong <hsj0512@xxxxxxxxx>
> ---
> Documentation/ABI/README | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/ABI/README b/Documentation/ABI/README
> index 315fffe1f831..27c962e6a872 100644
> --- a/Documentation/ABI/README
> +++ b/Documentation/ABI/README
> @@ -62,7 +62,7 @@ Users: All users of this interface who wish to be notified when
>
>
> Note:
> - The fields should be use a simple notation, compatible with ReST markup.
> + The fields should use a simple notation, compatible with ReST markup.
> Also, the file **should not** have a top-level index, like::
Applied, thanks.
jon