From: Vadim Bendebury Date: Mon, 13 Oct 2014 22:51:48 +0000 (-0700) Subject: checkpatch: allow optional shorter config descriptions X-Git-Tag: omap-for-v3.19/prcm-cleanup~76^2~111 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56193274ef54265afc93fd282655836595fcff9d;p=pandora-kernel.git checkpatch: allow optional shorter config descriptions This script is used by many other projects, and in some of them the requirement of at least 4 line long description for all Kconfig items is excessive. This patch adds a command line option to control the required minimum length. Tested running this script over a patch including a two line config description. The script generated a warning when invoked as is, and did not generate it when invoked with --min-conf-desc-length=2. Signed-off-by: Vadim Bendebury Acked-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed