The patch titled Subject: checkpatch-allow-optional-shorter-config-descriptions-v4 has been removed from the -mm tree. Its filename was checkpatch-allow-optional-shorter-config-descriptions-v4.patch This patch was dropped because it was folded into checkpatch-allow-optional-shorter-config-descriptions.patch ------------------------------------------------------ From: Vadim Bendebury <vbendeb@xxxxxxxxxxxx> Subject: checkpatch-allow-optional-shorter-config-descriptions-v4 - added the missing trailing semicolon. Re-tested to verify that it still works as expected. Signed-off-by: Vadim Bendebury <vbendeb@xxxxxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN scripts/checkpatch.pl~checkpatch-allow-optional-shorter-config-descriptions-v4 scripts/checkpatch.pl --- a/scripts/checkpatch.pl~checkpatch-allow-optional-shorter-config-descriptions-v4 +++ a/scripts/checkpatch.pl @@ -2290,7 +2290,7 @@ sub process { } if ($is_start && $is_end && $length < $min_conf_desc_length) { WARN("CONFIG_DESCRIPTION", - "please write a paragraph that describes the config symbol fully\n" . $herecurr) + "please write a paragraph that describes the config symbol fully\n" . $herecurr); } #print "is_start<$is_start> is_end<$is_end> length<$length>\n"; } _ Patches currently in -mm which might be from vbendeb@xxxxxxxxxxxx are checkpatch-allow-optional-shorter-config-descriptions.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html