All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] checkpatch: Ignore 'short' Kconfig help entries
@ 2018-01-15 13:47 Tom Rini
  2018-01-19 21:15 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2018-01-15 13:47 UTC (permalink / raw)
  To: u-boot

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>
---
 .checkpatch.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.checkpatch.conf b/.checkpatch.conf
index d1d32fac9db5..95f19635d35a 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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] checkpatch: Ignore 'short' Kconfig help entries
  2018-01-15 13:47 [U-Boot] [PATCH] checkpatch: Ignore 'short' Kconfig help entries Tom Rini
@ 2018-01-19 21:15 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-01-19 21:15 UTC (permalink / raw)
  To: u-boot

On Mon, Jan 15, 2018 at 08:47:05AM -0500, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180119/aa6db6a2/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-19 21:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-15 13:47 [U-Boot] [PATCH] checkpatch: Ignore 'short' Kconfig help entries Tom Rini
2018-01-19 21:15 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.