Commit 873462ad authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Rob Herring

dt-bindings: example: Grammar improvements

Improve grammar in recently added sentences:
  - Drop superfluous "be" in front of "have",
  - Add missing articles.

Fixes: 73f76a41 ("dt-bindings: example: Extend based on practice")
Reviewed-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200925111429.3146-1-geert+renesas@glider.beSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent b38b4183
...@@ -81,7 +81,7 @@ properties: ...@@ -81,7 +81,7 @@ properties:
maxItems: 1 maxItems: 1
description: bus clock. A description is only needed for a single item if description: bus clock. A description is only needed for a single item if
there's something unique to add. there's something unique to add.
The items should be have a fixed order, so pattern matching names are The items should have a fixed order, so pattern matching names are
discouraged. discouraged.
clock-names: clock-names:
...@@ -99,7 +99,7 @@ properties: ...@@ -99,7 +99,7 @@ properties:
A variable number of interrupts warrants a description of what conditions A variable number of interrupts warrants a description of what conditions
affect the number of interrupts. Otherwise, descriptions on standard affect the number of interrupts. Otherwise, descriptions on standard
properties are not necessary. properties are not necessary.
The items should be have a fixed order, so pattern matching names are The items should have a fixed order, so pattern matching names are
discouraged. discouraged.
interrupt-names: interrupt-names:
...@@ -226,8 +226,8 @@ allOf: ...@@ -226,8 +226,8 @@ allOf:
# This can't be used in cases where another schema is referenced # This can't be used in cases where another schema is referenced
# (i.e. allOf: [{$ref: ...}]). # (i.e. allOf: [{$ref: ...}]).
# If and only if another schema is referenced and arbitrary children nodes can # If and only if another schema is referenced and arbitrary children nodes can
# appear, "unevaluatedProperties: false" could be used. Typical example is I2C # appear, "unevaluatedProperties: false" could be used. A typical example is
# controller where no name pattern matching for children can be added. # an I2C controller where no name pattern matching for children can be added.
additionalProperties: false additionalProperties: false
examples: examples:
......
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