Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt: writing-schema: Miscellaneous grammar fixes

- Add missing verb,
- Fix accidental plural.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200819124850.20543-1-geert+renesas@glider.be

authored by

Geert Uytterhoeven and committed by
Rob Herring
43647929 e65b85dd

+2 -2
+2 -2
Documentation/devicetree/writing-schema.rst
··· 5 5 6 6 Devicetree bindings are written using json-schema vocabulary. Schema files are 7 7 written in a JSON compatible subset of YAML. YAML is used instead of JSON as it 8 - considered more human readable and has some advantages such as allowing 8 + is considered more human readable and has some advantages such as allowing 9 9 comments (Prefixed with '#'). 10 10 11 11 Schema Contents ··· 19 19 A json-schema unique identifier string. The string must be a valid 20 20 URI typically containing the binding's filename and path. For DT schema, it must 21 21 begin with "http://devicetree.org/schemas/". The URL is used in constructing 22 - references to other files specified in schema "$ref" properties. A $ref values 22 + references to other files specified in schema "$ref" properties. A $ref value 23 23 with a leading '/' will have the hostname prepended. A $ref value a relative 24 24 path or filename only will be prepended with the hostname and path components 25 25 of the current schema file's '$id' value. A URL is used even for local files,