coding-style.rst: Avoid comma statements
authorJoe Perches <joe@perches.com>
Tue, 25 Aug 2020 04:55:58 +0000 (21:55 -0700)
committerJonathan Corbet <corbet@lwn.net>
Thu, 4 Feb 2021 21:40:02 +0000 (14:40 -0700)
commit26606ce072d48ab82f640f75ab9673ee10ab4a5a
tree8f64c8f779dd6115ef0c410d4046ea78497f606c
parent4ba1d726c45d644525883565ff5850ddc7b4a718
coding-style.rst: Avoid comma statements

Commas are not how statements are terminated.
Always use semicolons and braces if necessary.

Signed-off-by: Joe Perches <joe@perches.com>
Link: https://lore.kernel.org/r/2a97b738bba335434461a5a918053a49c1fb6af4.1598331148.git.joe@perches.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/process/coding-style.rst