diff mbox series

dt-bindings: example: Grammar improvements

Message ID 20200925111429.3146-1-geert+renesas@glider.be
State Accepted, archived
Headers show
Series dt-bindings: example: Grammar improvements | expand

Checks

Context Check Description
robh/checkpatch warning total: 0 errors, 1 warnings, 26 lines checked

Commit Message

Geert Uytterhoeven Sept. 25, 2020, 11:14 a.m. UTC
Improve grammar in recently added sentences:
  - Drop superfluous "be" in front of "have",
  - Add missing articles.

Fixes: 73f76a41c4ed7def ("dt-bindings: example: Extend based on practice")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Feel free to fold into the original commit.

 Documentation/devicetree/bindings/example-schema.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Krzysztof Kozlowski Sept. 25, 2020, 11:34 a.m. UTC | #1
On Fri, 25 Sep 2020 at 13:15, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
> Improve grammar in recently added sentences:
>   - Drop superfluous "be" in front of "have",
>   - Add missing articles.
>
> Fixes: 73f76a41c4ed7def ("dt-bindings: example: Extend based on practice")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks!
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof
Rob Herring Sept. 29, 2020, 6:56 p.m. UTC | #2
On Fri, 25 Sep 2020 13:14:29 +0200, Geert Uytterhoeven wrote:
> Improve grammar in recently added sentences:
>   - Drop superfluous "be" in front of "have",
>   - Add missing articles.
> 
> Fixes: 73f76a41c4ed7def ("dt-bindings: example: Extend based on practice")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Feel free to fold into the original commit.
> 
>  Documentation/devicetree/bindings/example-schema.yaml | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 

Applied, thanks!
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/example-schema.yaml b/Documentation/devicetree/bindings/example-schema.yaml
index 4552f2b988d09267..a97f39109f8d0414 100644
--- a/Documentation/devicetree/bindings/example-schema.yaml
+++ b/Documentation/devicetree/bindings/example-schema.yaml
@@ -81,7 +81,7 @@  properties:
     maxItems: 1
     description: bus clock. A description is only needed for a single item if
       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.
 
   clock-names:
@@ -99,7 +99,7 @@  properties:
       A variable number of interrupts warrants a description of what conditions
       affect the number of interrupts. Otherwise, descriptions on standard
       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.
 
   interrupt-names:
@@ -226,8 +226,8 @@  allOf:
 # This can't be used in cases where another schema is referenced
 # (i.e. allOf: [{$ref: ...}]).
 # If and only if another schema is referenced and arbitrary children nodes can
-# appear, "unevaluatedProperties: false" could be used.  Typical example is I2C
-# controller where no name pattern matching for children can be added.
+# appear, "unevaluatedProperties: false" could be used.  A typical example is
+# an I2C controller where no name pattern matching for children can be added.
 additionalProperties: false
 
 examples: