diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-04-01 14:17:49 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-04-07 13:02:07 -0500 |
commit | 56ddc4cd4c8f9d65c0ac5544df4645376b327cbc (patch) | |
tree | 3214a5ebb907eba71d9e0b092baad30df43b51bf /scripts/checkpatch.pl | |
parent | 8d3a1cb32124eaeb3f2efe4889de214d3b658d8d (diff) |
docs: dt: update writing-schema.rst references
Changeset b83db5b84900 ("docs: dt: Group DT docs into relevant sub-sections")
renamed: Documentation/devicetree/writing-schema.rst
to: Documentation/devicetree/bindings/writing-schema.rst.
Update the cross-references accordingly.
Fixes: b83db5b84900 ("docs: dt: Group DT docs into relevant sub-sections")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/7cfddf303f1508d26f90d87546d3812faebfc5ba.1617279356.git.mchehab+huawei@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-x | scripts/checkpatch.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index df8b23dc1eb0..3e8da40634b3 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -3152,7 +3152,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 |