From ac108de5d2dda478ff0365fd184512771d9694f1 Mon Sep 17 00:00:00 2001 From: Christian Taedcke Date: Fri, 26 Jun 2020 17:54:39 +0200 Subject: [PATCH] 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 --- .checkpatch.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index 4518ede4e24..40151738a2e 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -18,4 +18,5 @@ --ignore CONST_STRUCT --ignore FILE_PATH_CHANGES --ignore SPDX_LICENSE_TAG +--ignore C99_COMMENT_TOLERANCE --exclude ext