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

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