summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/writing-bindings.rst
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-10-03 12:50:06 -0600
committerRob Herring <robh@kernel.org>2021-10-04 13:55:37 -0500
commit37ef2c34e437b04fb9b7e3126ea3bdd203a35e85 (patch)
treed4ade74865d4c16993ecae4cabe925e8ef9f3965 /Documentation/devicetree/bindings/writing-bindings.rst
parent91cb8860cb31ad826ff30dc39f3ed7c981139d42 (diff)
docs: dt: Fix a few grammar nits in the binding/schema docs
Add missing hyphens and reword one sentence for clarity. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20211003124936.1.Idc7beddc77250bca0cfb5912b56be719d9073bc4@changeid Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/writing-bindings.rst')
-rw-r--r--Documentation/devicetree/bindings/writing-bindings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/writing-bindings.rst b/Documentation/devicetree/bindings/writing-bindings.rst
index f7dfb98c156e..18d9e0689d49 100644
--- a/Documentation/devicetree/bindings/writing-bindings.rst
+++ b/Documentation/devicetree/bindings/writing-bindings.rst
@@ -44,7 +44,7 @@ Properties
of prior implementations. DO add new compatibles in case there are new
features or bugs.
-- DO use a vendor prefix on device specific property names. Consider if
+- DO use a vendor prefix on device-specific property names. Consider if
properties could be common among devices of the same class. Check other
existing bindings for similar devices.