summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2020-12-07 10:59:30 -0700
committerCommit Bot <commit-bot@chromium.org>2020-12-09 18:24:57 +0000
commitc515b5ad73f9b95b3f066b93c9c87acae2dcec90 (patch)
treecada1a50a1cf9b78912f59d74843eb5186bb0e9f /.checkpatch.conf
parentf3e6858efee0f6075b530f62298bdc6c915078ed (diff)
downloadchrome-ec-c515b5ad73f9b95b3f066b93c9c87acae2dcec90.tar.gz
checkpatch: Allow shorter KConfig descriptions
The Zephyr integration includes KConfig support. Reduce the minimum length description. BUG=none BRANCH=none TEST=Run 'pre-upload.py` against KConfig change with 1 line description. Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I4f22e828e420d7e80c58d10eb767a6e72a058463 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2582278 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index e2783af81d..b10ce8d81a 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -9,3 +9,6 @@
--ignore C99_COMMENT_TOLERANCE
--ignore VSPRINTF_POINTER_EXTENSION
+
+# Shorter KConfig descriptions are OK.
+--min-conf-desc-length=2