Skip to content
Snippets Groups Projects
Commit cd87c4e3 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarTom Rini <trini@konsulko.com>
parent 7dd97af5
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment