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>
This commit is contained in:
parent
e5e7ca66a7
commit
2c62e2e874
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue