summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-01-15 08:47:05 -0500
committerTom Rini <trini@konsulko.com>2018-01-19 15:49:33 -0500
commitcd87c4e3ef7cbd554d17e9676b8bb223ea2e2748 (patch)
treef89b54a07ac298dddb2408bbcf5c9d645e41484f /.checkpatch.conf
parent7dd97af52309364f7ec8305a86507ad86e524b62 (diff)
checkpatch: Ignore 'short' Kconfig help entries
A 2 line help entry for a new Kconfig entry is, at this time, sufficient in some cases, so lets drop that warning for now. Signed-off-by: Tom Rini <trini@konsulko.com>
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 d1d32fac9d..95f19635d3 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -25,3 +25,6 @@
# Ignore "WARNING: Prefer ether_addr_copy() over memcpy() if the Ethernet
# addresses are __aligned(2)".
--ignore PREFER_ETHER_ADDR_COPY
+
+# A bit shorter of a description is OK with us.
+--min-conf-desc-length=2