projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
865a1ca
)
CodingStyle: Remove "Don't use C99-style comments"
author
Joe Perches
<joe@perches.com>
Wed, 13 Jul 2016 00:18:28 +0000
(17:18 -0700)
committer
Jonathan Corbet
<corbet@lwn.net>
Sun, 14 Aug 2016 19:56:31 +0000
(13:56 -0600)
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: Joe Perches <joe@perches.com>
Documentation/CodingStyle
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/CodingStyle
b/Documentation/CodingStyle
index 784226e396fe4384e9dcbe022851d30390ed7d89..0f1dbd87eb4874539dc0d665c31b65b4a3a774c3 100644
(file)
--- a/
Documentation/CodingStyle
+++ b/
Documentation/CodingStyle
@@
-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:
/*