• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révisiona09d85677eb07a9c4fdaf9b0b84d825cf07f7940 (tree)
l'heure2022-07-15 03:13:46
AuteurTom Rini <trini@kons...>
CommiterTom Rini

Message de Log

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>

Change Summary

Modification

--- a/doc/develop/codingstyle.rst
+++ b/doc/develop/codingstyle.rst
@@ -33,12 +33,6 @@ The following rules apply:
3333 original coding style may be kept to ease subsequent migration to newer
3434 versions of those sources.
3535
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-
4236 * Please also stick to the following formatting rules:
4337
4438 * Remove any trailing white space