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:
parent
2de3e7bd82
commit
ac108de5d2
1 changed files with 1 additions and 0 deletions
|
@ -18,4 +18,5 @@
|
||||||
--ignore CONST_STRUCT
|
--ignore CONST_STRUCT
|
||||||
--ignore FILE_PATH_CHANGES
|
--ignore FILE_PATH_CHANGES
|
||||||
--ignore SPDX_LICENSE_TAG
|
--ignore SPDX_LICENSE_TAG
|
||||||
|
--ignore C99_COMMENT_TOLERANCE
|
||||||
--exclude ext
|
--exclude ext
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue