[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d4048a3e-4083-463f-ae79-09924004e3b3@infradead.org>
Date: Sat, 1 Nov 2025 17:04:39 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Gabriele Ricciardi <gricciardi-coding@...me>, corbet@....net
Cc: workflows@...r.kernel.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] coding-style: fix verb typo
On 11/1/25 3:31 PM, Gabriele Ricciardi wrote:
> In the Identation section there is a list of instructions in
> second-person. The offending line uses third-person singular.
>
> Signed-off-by: Gabriele Ricciardi <gricciardi-coding@...me>
Acked-by: Randy Dunlap <rdunlap@...radead.org>
Thanks.
> ---
> Documentation/process/coding-style.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/process/coding-style.rst b/Documentation/process/coding-style.rst
> index d1a8e5465ed9..2969ca378dbb 100644
> --- a/Documentation/process/coding-style.rst
> +++ b/Documentation/process/coding-style.rst
> @@ -76,7 +76,7 @@ Don't use commas to avoid using braces:
> if (condition)
> do_this(), do_that();
>
> -Always uses braces for multiple statements:
> +Always use braces for multiple statements:
>
> .. code-block:: c
>
--
~Randy
Powered by blists - more mailing lists