The patch titled Subject: checkpatch-dt-bindings-should-be-a-separate-patch-v3 has been removed from the -mm tree. Its filename was checkpatch-dt-bindings-should-be-a-separate-patch-v3.patch This patch was dropped because it was folded into checkpatch-dt-bindings-should-be-a-separate-patch.patch ------------------------------------------------------ From: Rob Herring <robh@xxxxxxxxxx> Subject: checkpatch-dt-bindings-should-be-a-separate-patch-v3 Link: http://lkml.kernel.org/r/20180810225049.20452-1-robh@xxxxxxxxxx Signed-off-by: Rob Herring <robh@xxxxxxxxxx> Cc: Andy Whitcroft <apw@xxxxxxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/checkpatch.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/scripts/checkpatch.pl~checkpatch-dt-bindings-should-be-a-separate-patch-v3 +++ a/scripts/checkpatch.pl @@ -2506,12 +2506,12 @@ sub process { if ($realfile !~ /^MAINTAINERS/) { my $last_binding_patch = $is_binding_patch; - $is_binding_patch = ($realfile =~ m@^(?:Documentation/devicetree/|include/dt-bindings/)@); + $is_binding_patch = () = $realfile =~ m@^(?:Documentation/devicetree/|include/dt-bindings/)@; if (($last_binding_patch != -1) && ($last_binding_patch ^ $is_binding_patch)) { WARN("DT_SPLIT_BINDING_PATCH", - "DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.txt"); + "DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.txt\n"); } } _ Patches currently in -mm which might be from robh@xxxxxxxxxx are checkpatch-dt-bindings-should-be-a-separate-patch.patch