checkpatch: Enable check for C99 comments again

When checkpatch was updated, this behavour seems to have changed.
This change re-adds the check for C99 comments to prevent them.

Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
This commit is contained in:
Christian Taedcke 2020-06-26 17:54:39 +02:00 committed by Anas Nashif
parent 2de3e7bd82
commit ac108de5d2
1 changed files with 1 additions and 0 deletions

View File

@ -18,4 +18,5 @@
--ignore CONST_STRUCT
--ignore FILE_PATH_CHANGES
--ignore SPDX_LICENSE_TAG
--ignore C99_COMMENT_TOLERANCE
--exclude ext