All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH] Spelling fixes
Date: Thu,  7 Dec 2017 08:57:46 -0600	[thread overview]
Message-ID: <20171207145746.8393-1-robh@kernel.org> (raw)

Fix a number of spelling errors.

Signed-off-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
 source/device-bindings.rst   | 2 +-
 source/devicenodes.rst       | 6 +++---
 source/devicetree-basics.rst | 2 +-
 source/flattened-format.rst  | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/source/device-bindings.rst b/source/device-bindings.rst
index 7210a6ffd933..f47b184cfa5c 100644
--- a/source/device-bindings.rst
+++ b/source/device-bindings.rst
@@ -280,7 +280,7 @@ Network Class Binding
    Property    ``max-frame-size``
    =========== ==============================================================
    Value type  ``<u32>``
-   Descriptio  Specifies maximum packet length in bytes that the physical
+   Description Specifies maximum packet length in bytes that the physical
                interface can send and receive.
    Example     ``max-frame-size = <1518>;``
    =========== ==============================================================
diff --git a/source/devicenodes.rst b/source/devicenodes.rst
index 9e2d6d8b029f..b161f076751a 100644
--- a/source/devicenodes.rst
+++ b/source/devicenodes.rst
@@ -347,7 +347,7 @@ standard properties with specific applicable detail.
                                                    program should modify PIR to match the *reg*
                                                    property value. If PIR cannot be modified and
                                                    the PIR value is distinct from the interrupt
-                                                   controller numberspace, the CPUs binding may
+                                                   controller number space, the CPUs binding may
                                                    define a binding-specific representation of
                                                    PIR values if desired.
    ``clock-frequency``    | R   | array            Specifies the current clock speed of the CPU
@@ -386,7 +386,7 @@ standard properties with specific applicable detail.
                                                    CPUs, nor can its state be affected by the
                                                    normal operation of other running CPUs, except
                                                    by an explicit method for enabling or
-                                                   reenabling the quiescent CPU (see the
+                                                   re-enabling the quiescent CPU (see the
                                                    enable-method property).
 
                                                    In particular, a running CPU shall be able to
@@ -417,7 +417,7 @@ standard properties with specific applicable detail.
                                                       required format is: ``"[vendor],[method]"``,
                                                       where vendor is a string describing the name of
                                                       the manufacturer and method is a string
-                                                      describing the vendorspecific mechanism.
+                                                      describing the vendor specific mechanism.
 
                                                    Example: ``"fsl,MPC8572DS"``
 
diff --git a/source/devicetree-basics.rst b/source/devicetree-basics.rst
index b5b331680606..6de1d5da846b 100644
--- a/source/devicetree-basics.rst
+++ b/source/devicetree-basics.rst
@@ -1262,7 +1262,7 @@ node with a specified parent unit address and interrupt specifier.
 
 In this example, the interrupt-map-mask property has a value of ``<0xf800
 0 0 7>``. This mask is applied to a child unit interrupt specifier before
-performing a lookup in the interruptmap table.
+performing a lookup in the *interrupt-map* table.
 
 To perform a lookup of the open-pic interrupt source number for INTB for
 IDSEL 0x12 (slot 2), function 0x3, the following steps would be
diff --git a/source/flattened-format.rst b/source/flattened-format.rst
index 5b3c6b1f0f1e..a82e502211f1 100644
--- a/source/flattened-format.rst
+++ b/source/flattened-format.rst
@@ -246,7 +246,7 @@ Lexical structure
 ~~~~~~~~~~~~~~~~~
 
 The structure block is composed of a sequence of pieces, each beginning
-with a token, that is, a bigendian 32-bit integer. Some tokens are
+with a token, that is, a big-endian 32-bit integer. Some tokens are
 followed by extra data, the format of which is determined by the token
 value. All tokens shall be aligned on a 32-bit boundary, which may
 require padding bytes (with a value of 0x0) to be inserted after the
@@ -359,7 +359,7 @@ Strings Block
 -------------
 
 The strings block contains strings representing all the property names
-used in the tree. These nullterminated strings are simply concatenated
+used in the tree. These null terminated strings are simply concatenated
 together in this section, and referred to from the structure block by an
 offset into the strings block.
 
-- 
2.14.1

             reply	other threads:[~2017-12-07 14:57 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-07 14:57 Rob Herring [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-02-07  9:34 [PATCH] Spelling fixes Ville Skyttä
2018-02-15 15:52 ` Pablo Neira Ayuso
2017-06-25 10:20 Ville Skyttä
2017-06-27 17:35 ` Junio C Hamano
2016-08-09  8:53 Ville Skyttä
2016-08-09 18:19 ` Junio C Hamano
2016-08-09 18:41   ` Ville Skyttä
2016-08-10 16:59     ` Junio C Hamano
2016-08-10 13:26   ` Johannes Sixt
2016-08-10 16:55     ` Junio C Hamano
2014-11-15 20:41 Ville Skyttä
2014-11-16 11:40 ` Benno Schulenberg
2014-11-16 11:57   ` Sami Kerola
2014-11-18 13:00 ` Karel Zak
2014-05-14 15:18 Stephen Hemminger
     [not found] ` <20140514081815.04fb8fd0-We1ePj4FEcvRI77zikRAJc56i+j3xesD0e7PPNI6Mm0@public.gmane.org>
2014-05-14 15:30   ` Richardson, Bruce
2013-12-15 12:19 Ville Skyttä
2013-12-16 19:20 ` Randy Dunlap
2013-12-16 22:00   ` Jeff Kirsher
2014-01-27  1:00 ` Ben Hutchings
2013-02-23 14:31 Ville Skyttä
2013-02-23 14:58 ` Duy Nguyen
2013-02-23 18:23 ` René Scharfe
2013-02-25  6:34   ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171207145746.8393-1-robh@kernel.org \
    --to=robh-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.