Skip to content

Commit 4364792

Browse files
geerturobherring
authored andcommitted
dt: writing-schema: Miscellaneous grammar fixes
- Add missing verb, - Fix accidental plural. Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent e65b85d commit 4364792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/writing-schema.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Writing DeviceTree Bindings in json-schema
55

66
Devicetree bindings are written using json-schema vocabulary. Schema files are
77
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
99
comments (Prefixed with '#').
1010

1111
Schema Contents
@@ -19,7 +19,7 @@ $id
1919
A json-schema unique identifier string. The string must be a valid
2020
URI typically containing the binding's filename and path. For DT schema, it must
2121
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
2323
with a leading '/' will have the hostname prepended. A $ref value a relative
2424
path or filename only will be prepended with the hostname and path components
2525
of the current schema file's '$id' value. A URL is used even for local files,

0 commit comments

Comments
 (0)