mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
doc: codingstyle: Remove comment about '//' style comments
For some time now we've allowed for '//' style comments, which mirrors the Linux kernel. So drop this point here. Cc: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
528581e32b
commit
a09d85677e
@ -33,12 +33,6 @@ The following rules apply:
|
|||||||
original coding style may be kept to ease subsequent migration to newer
|
original coding style may be kept to ease subsequent migration to newer
|
||||||
versions of those sources.
|
versions of those sources.
|
||||||
|
|
||||||
* Please note that U-Boot is implemented in C (and to some small parts in
|
|
||||||
Assembler); no C++ is used, so please do not use C++ style comments (//) in
|
|
||||||
your code.
|
|
||||||
|
|
||||||
* The sole exception here is for SPDX tags in some files (checkpatch.pl will warn you).
|
|
||||||
|
|
||||||
* Please also stick to the following formatting rules:
|
* Please also stick to the following formatting rules:
|
||||||
|
|
||||||
* Remove any trailing white space
|
* Remove any trailing white space
|
||||||
|
Loading…
x
Reference in New Issue
Block a user