workflows.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] coding-style: fix verb typo
@ 2025-11-01 22:31 Gabriele Ricciardi
  2025-11-02  0:04 ` Randy Dunlap
  2025-11-03 23:11 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Gabriele Ricciardi @ 2025-11-01 22:31 UTC (permalink / raw)
  To: corbet; +Cc: workflows, linux-doc, linux-kernel, Gabriele Ricciardi

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@pm.me>
---
 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
 
-- 
2.51.2



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] coding-style: fix verb typo
  2025-11-01 22:31 [PATCH] coding-style: fix verb typo Gabriele Ricciardi
@ 2025-11-02  0:04 ` Randy Dunlap
  2025-11-03 23:11 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2025-11-02  0:04 UTC (permalink / raw)
  To: Gabriele Ricciardi, corbet; +Cc: workflows, linux-doc, linux-kernel



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@pm.me>

Acked-by: Randy Dunlap <rdunlap@infradead.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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] coding-style: fix verb typo
  2025-11-01 22:31 [PATCH] coding-style: fix verb typo Gabriele Ricciardi
  2025-11-02  0:04 ` Randy Dunlap
@ 2025-11-03 23:11 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2025-11-03 23:11 UTC (permalink / raw)
  To: Gabriele Ricciardi; +Cc: workflows, linux-doc, linux-kernel, Gabriele Ricciardi

Gabriele Ricciardi <gricciardi-coding@pm.me> writes:

> 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@pm.me>
> ---
>  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

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-03 23:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-01 22:31 [PATCH] coding-style: fix verb typo Gabriele Ricciardi
2025-11-02  0:04 ` Randy Dunlap
2025-11-03 23:11 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox