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:
parent
841a59cb0c
commit
da871298b4
1 changed files with 1 additions and 1 deletions
|
@ -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) = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue