checkpatch: per coding style, we do not allow c++ style comments

Change-Id: I933f317f2117917bf6413fa0514342f6df4c1e90
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-04-21 08:52:01 -04:00 committed by Anas Nashif
commit da871298b4

View file

@ -57,7 +57,7 @@ my $codespell = 0;
my $codespellfile = "/usr/share/codespell/dictionary.txt";
my $conststructsfile = "$D/const_structs.checkpatch";
my $color = 1;
my $allow_c99_comments = 1;
my $allow_c99_comments = 0;
sub help {
my ($exitcode) = @_;