From: Andy Whitcroft Date: Tue, 26 Oct 2010 21:23:15 +0000 (-0700) Subject: checkpatch: ensure kconfig help checks only apply when we are adding help X-Git-Tag: v2.6.37-rc1~105^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fe287d79b0af983050d24e7916cf3d1f019f553;p=pandora-kernel.git checkpatch: ensure kconfig help checks only apply when we are adding help When checking the length of the help we need to be sure we are seeing the whole story before erroring. Firstly we only want to check when adding the help in the first place. Second we need to be sure that we are seeing the end of the entry, nominally when there is no context below or that context shows the start of the next entry. Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed