Skip to content

Commit

Permalink
checkpatch: Enable check for C99 comments again
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
chrta authored and nashif committed Jun 26, 2020
1 parent 2de3e7b commit ac108de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .checkpatch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
--ignore CONST_STRUCT
--ignore FILE_PATH_CHANGES
--ignore SPDX_LICENSE_TAG
--ignore C99_COMMENT_TOLERANCE
--exclude ext

0 comments on commit ac108de

Please sign in to comment.