summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2019-01-14 12:06:03 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-01-16 12:29:04 -0800
commite8b6819b899cb8528f1ec1873bbc585bf8671405 (patch)
tree0921da06b1f84f94dace8ebd5b208b585e52c48b
parentc5d961bd3d17cfe6d6764533d532661dc617967c (diff)
downloadchrome-ec-e8b6819b899cb8528f1ec1873bbc585bf8671405.tar.gz
checkpatch: reinstate check for C99 style comments
Recent update of checkpatch.pl made it ignore C99 style comment in the new patches. This change will reinstate the check. BRANCH=none BUG=none TEST=attempt to repo upload patches with C99 style comments fail at pre-upload check phase. Change-Id: I606e2618cc39abcf2dc0b051aefea722a2359f3b Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1409495 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
-rw-r--r--.checkpatch.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index 15e2d0c91b..96a6ee5277 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -5,3 +5,5 @@
--ignore SPLIT_STRING
--ignore GIT_COMMIT_ID
+
+--ignore C99_COMMENT_TOLERANCE