Révision | a09d85677eb07a9c4fdaf9b0b84d825cf07f7940 (tree) |
---|---|
l'heure | 2022-07-15 03:13:46 |
Auteur | Tom Rini <trini@kons...> |
Commiter | Tom Rini |
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>
@@ -33,12 +33,6 @@ The following rules apply: | ||
33 | 33 | original coding style may be kept to ease subsequent migration to newer |
34 | 34 | versions of those sources. |
35 | 35 | |
36 | -* Please note that U-Boot is implemented in C (and to some small parts in | |
37 | - Assembler); no C++ is used, so please do not use C++ style comments (//) in | |
38 | - your code. | |
39 | - | |
40 | - * The sole exception here is for SPDX tags in some files (checkpatch.pl will warn you). | |
41 | - | |
42 | 36 | * Please also stick to the following formatting rules: |
43 | 37 | |
44 | 38 | * Remove any trailing white space |