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
|
@ -18,4 +18,5 @@
|
|||
--ignore CONST_STRUCT
|
||||
--ignore FILE_PATH_CHANGES
|
||||
--ignore SPDX_LICENSE_TAG
|
||||
--ignore C99_COMMENT_TOLERANCE
|
||||
--exclude ext
|
||||
|
|
Loading…
Reference in New Issue