Commit 56ddc4cd authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Rob Herring

docs: dt: update writing-schema.rst references

Changeset b83db5b8 ("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: b83db5b8 ("docs: dt: Group DT docs into relevant sub-sections")
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/7cfddf303f1508d26f90d87546d3812faebfc5ba.1617279356.git.mchehab+huawei@kernel.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 8d3a1cb3
...@@ -25,7 +25,7 @@ I. For patch submitters ...@@ -25,7 +25,7 @@ I. For patch submitters
make dt_binding_check make dt_binding_check
See Documentation/devicetree/writing-schema.rst for more details about See Documentation/devicetree/bindings/writing-schema.rst for more details about
schema and tools setup. schema and tools setup.
3) DT binding files should be dual licensed. The preferred license tag is 3) DT binding files should be dual licensed. The preferred license tag is
......
...@@ -3152,7 +3152,7 @@ sub process { ...@@ -3152,7 +3152,7 @@ sub process {
($line =~ /^new file mode\s*\d+\s*$/) && ($line =~ /^new file mode\s*\d+\s*$/) &&
($realfile =~ m@^Documentation/devicetree/bindings/.*\.txt$@)) { ($realfile =~ m@^Documentation/devicetree/bindings/.*\.txt$@)) {
WARN("DT_SCHEMA_BINDING_PATCH", 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 # Check for wrappage within a valid hunk of the file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment