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>
This commit is contained in:
Keith Short 2020-12-07 10:59:30 -07:00 committed by Commit Bot
parent f3e6858efe
commit c515b5ad73
1 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,6 @@
--ignore C99_COMMENT_TOLERANCE
--ignore VSPRINTF_POINTER_EXTENSION
# Shorter KConfig descriptions are OK.
--min-conf-desc-length=2