Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

coding-style: fix verb typo

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>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251101223027.171874-1-gricciardi-coding@pm.me>

authored by

Gabriele Ricciardi and committed by
Jonathan Corbet
2c62e2e8 e5e7ca66

+1 -1
+1 -1
Documentation/process/coding-style.rst
··· 76 76 if (condition) 77 77 do_this(), do_that(); 78 78 79 - Always uses braces for multiple statements: 79 + Always use braces for multiple statements: 80 80 81 81 .. code-block:: c 82 82