Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a78a136f authored by Joe Perches's avatar Joe Perches Committed by Jonathan Corbet
Browse files

CodingStyle: Remove "Don't use C99-style comments"

Because Linus may still be reading source code on greenbar paper
instead of color terminals with code syntax highlighting and
appropriate font decorations.

Link: http://lkml.kernel.org/r/CA+55aFyQYJerovMsSoSKS7PessZBr4vNp-3QUUwhqk4A4_jcbg@mail.gmail.com



Signed-off-by: default avatarJoe Perches <joe@perches.com>
parent 865a1caa
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -474,9 +474,6 @@ When commenting the kernel API functions, please use the kernel-doc format.
See the files Documentation/kernel-documentation.rst and scripts/kernel-doc
for details.

Linux style for comments is the C89 "/* ... */" style.
Don't use C99-style "// ..." comments.

The preferred style for long (multi-line) comments is:

	/*