Commit cd87c4e3ef7cbd554d17e9676b8bb223ea2e2748

Authored by Tom Rini
1 parent 7dd97af523

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>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -25,4 +25,7 @@
25 25 # Ignore "WARNING: Prefer ether_addr_copy() over memcpy() if the Ethernet
26 26 # addresses are __aligned(2)".
27 27 --ignore PREFER_ETHER_ADDR_COPY
  28 +
  29 +# A bit shorter of a description is OK with us.
  30 +--min-conf-desc-length=2