X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fcheckpatch.pl;h=ccb412a74725703f98d37b99b63523cdcbe011b2;hb=3787b7da5d3e2c849fe8ffed987922a4e6dd6cfd;hp=d67146d0b33c54772103a0d429addb6500d2e85d;hpb=68a32ba14177d4a21c4a9a941cf1d7aea86d436f;p=linux-2.6-microblaze.git diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index d67146d0b33c..ccb412a74725 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -3245,7 +3245,7 @@ sub process { ($line =~ /^new file mode\s*\d+\s*$/) && ($realfile =~ m@^Documentation/devicetree/bindings/.*\.txt$@)) { WARN("DT_SCHEMA_BINDING_PATCH", - "DT bindings should be in DT schema format. See: Documentation/devicetree/writing-schema.rst\n"); + "DT bindings should be in DT schema format. See: Documentation/devicetree/bindings/writing-schema.rst\n"); } # Check for wrappage within a valid hunk of the file