devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Docs: Fixing Spelling errors in Documentation/devicetree/bindings/
@ 2020-10-06  9:35 Marlon Rac Cambasis
  2020-10-06 22:29 ` Rob Herring
  0 siblings, 1 reply; 4+ messages in thread
From: Marlon Rac Cambasis @ 2020-10-06  9:35 UTC (permalink / raw)
  To: devicetree; +Cc: trivial

Fixing three spelling errors within Documentation/devicetree/bindings.
"specfied" replaced with "specified" in all three files modified. This
should hopefully reduce any confusion that a reader might have.

Signed-off-by: Marlon Rac Cambasis <marlonrc08@gmail.com>
---
 Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt  | 2 +-
 Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt | 2 +-
 Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
index 70659c917bdc..372f473e80c4 100644
--- a/Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
@@ -75,7 +75,7 @@ Required Properties:
   The child node should contain a list of pin(s) on which a particular pin
   function selection or pin configuration (or both) have to applied. This
   list of pins is specified using the property name "samsung,pins". There
-  should be atleast one pin specfied for this property and there is no upper
+  should be atleast one pin specified for this property and there is no upper
   limit on the count of pins that can be specified. The pins are specified
   using pin names which are derived from the hardware manual of the SoC. As
   an example, the pins in GPA0 bank of the pin controller can be represented
diff --git a/Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt b/Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt
index 6e802703af60..17b7a6a43a29 100644
--- a/Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt
+++ b/Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt
@@ -9,7 +9,7 @@ Optional property:
 - nuvoton,sw-reset-number - Contains the software reset number to restart the SoC.
   NPCM7xx contain four software reset that represent numbers 1 to 4.
 
-  If 'nuvoton,sw-reset-number' is not specfied software reset is disabled.
+  If 'nuvoton,sw-reset-number' is not specified software reset is disabled.
 
 Example:
 	rstc: rstc@f0801000 {
diff --git a/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt b/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
index d78d4a8fb868..a8197632d6d2 100644
--- a/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
@@ -20,7 +20,7 @@ Optional properties:
    This is useful in situations where another watchdog engine on chip is
    to perform the reset.
 
-   If 'aspeed,reset-type=' is not specfied the default is to enable system
+   If 'aspeed,reset-type=' is not specified the default is to enable system
    reset.
 
    Reset types:
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Docs: Fixing Spelling errors in Documentation/devicetree/bindings/
  2020-10-06  9:35 [PATCH] Docs: Fixing Spelling errors in Documentation/devicetree/bindings/ Marlon Rac Cambasis
@ 2020-10-06 22:29 ` Rob Herring
  2020-10-07  7:17   ` [PATCH] Docs: Fixing spelling " Marlon Rac Cambasis
  0 siblings, 1 reply; 4+ messages in thread
From: Rob Herring @ 2020-10-06 22:29 UTC (permalink / raw)
  To: Marlon Rac Cambasis; +Cc: devicetree, trivial

On Tue, Oct 06, 2020 at 08:35:41PM +1100, Marlon Rac Cambasis wrote:
> Fixing three spelling errors within Documentation/devicetree/bindings.
> "specfied" replaced with "specified" in all three files modified. This
> should hopefully reduce any confusion that a reader might have.
> 
> Signed-off-by: Marlon Rac Cambasis <marlonrc08@gmail.com>
> ---
>  Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt  | 2 +-
>  Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt | 2 +-
>  Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt      | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
> index 70659c917bdc..372f473e80c4 100644
> --- a/Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
> @@ -75,7 +75,7 @@ Required Properties:
>    The child node should contain a list of pin(s) on which a particular pin
>    function selection or pin configuration (or both) have to applied. This
>    list of pins is specified using the property name "samsung,pins". There
> -  should be atleast one pin specfied for this property and there is no upper
> +  should be atleast one pin specified for this property and there is no upper

Perhaps fix 'atleast' while here.

>    limit on the count of pins that can be specified. The pins are specified
>    using pin names which are derived from the hardware manual of the SoC. As
>    an example, the pins in GPA0 bank of the pin controller can be represented
> diff --git a/Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt b/Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt
> index 6e802703af60..17b7a6a43a29 100644
> --- a/Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt
> +++ b/Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt
> @@ -9,7 +9,7 @@ Optional property:
>  - nuvoton,sw-reset-number - Contains the software reset number to restart the SoC.
>    NPCM7xx contain four software reset that represent numbers 1 to 4.
>  
> -  If 'nuvoton,sw-reset-number' is not specfied software reset is disabled.
> +  If 'nuvoton,sw-reset-number' is not specified software reset is disabled.
>  
>  Example:
>  	rstc: rstc@f0801000 {
> diff --git a/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt b/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
> index d78d4a8fb868..a8197632d6d2 100644
> --- a/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
> +++ b/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
> @@ -20,7 +20,7 @@ Optional properties:
>     This is useful in situations where another watchdog engine on chip is
>     to perform the reset.
>  
> -   If 'aspeed,reset-type=' is not specfied the default is to enable system
> +   If 'aspeed,reset-type=' is not specified the default is to enable system
>     reset.
>  
>     Reset types:
> -- 
> 2.20.1
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] Docs: Fixing spelling errors in Documentation/devicetree/bindings/
  2020-10-06 22:29 ` Rob Herring
@ 2020-10-07  7:17   ` Marlon Rac Cambasis
  2020-10-07 16:04     ` Rob Herring
  0 siblings, 1 reply; 4+ messages in thread
From: Marlon Rac Cambasis @ 2020-10-07  7:17 UTC (permalink / raw)
  To: devicetree; +Cc: trivial, robh

Revised patch fixing six spelling errors within
Documentation/devicetree/bindings/. "specfied" replaced with "specified"
in all three files modified. "atleast" seperated into "at least" three
times in samsung-pinctrl.txt. This should remove any confusion that a
reader might have.

Signed-off-by: Marlon Rac Cambasis <marlonrc08@gmail.com>
---
 .../devicetree/bindings/pinctrl/samsung-pinctrl.txt         | 6 +++---
 .../devicetree/bindings/reset/nuvoton,npcm-reset.txt        | 2 +-
 Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
index 70659c917bdc..7734ab6fec44 100644
--- a/Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
@@ -65,7 +65,7 @@ Required Properties:
 
 - Pin mux/config groups as child nodes: The pin mux (selecting pin function
   mode) and pin config (pull up/down, driver strength) settings are represented
-  as child nodes of the pin-controller node. There should be atleast one
+  as child nodes of the pin-controller node. There should be at least one
   child node and there is no limit on the count of these child nodes. It is
   also possible for a child node to consist of several further child nodes
   to allow grouping multiple pinctrl groups into one. The format of second
@@ -75,7 +75,7 @@ Required Properties:
   The child node should contain a list of pin(s) on which a particular pin
   function selection or pin configuration (or both) have to applied. This
   list of pins is specified using the property name "samsung,pins". There
-  should be atleast one pin specfied for this property and there is no upper
+  should be at least one pin specified for this property and there is no upper
   limit on the count of pins that can be specified. The pins are specified
   using pin names which are derived from the hardware manual of the SoC. As
   an example, the pins in GPA0 bank of the pin controller can be represented
@@ -107,7 +107,7 @@ Required Properties:
   hardware manual and these values are programmed as-is into the pin
   pull up/down and driver strength register of the pin-controller.
 
-  Note: A child should include atleast a pin function selection property or
+  Note: A child should include at least a pin function selection property or
   pin configuration property (one or more) or both.
 
   The client nodes that require a particular pin function selection and/or
diff --git a/Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt b/Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt
index 6e802703af60..17b7a6a43a29 100644
--- a/Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt
+++ b/Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt
@@ -9,7 +9,7 @@ Optional property:
 - nuvoton,sw-reset-number - Contains the software reset number to restart the SoC.
   NPCM7xx contain four software reset that represent numbers 1 to 4.
 
-  If 'nuvoton,sw-reset-number' is not specfied software reset is disabled.
+  If 'nuvoton,sw-reset-number' is not specified software reset is disabled.
 
 Example:
 	rstc: rstc@f0801000 {
diff --git a/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt b/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
index d78d4a8fb868..a8197632d6d2 100644
--- a/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
@@ -20,7 +20,7 @@ Optional properties:
    This is useful in situations where another watchdog engine on chip is
    to perform the reset.
 
-   If 'aspeed,reset-type=' is not specfied the default is to enable system
+   If 'aspeed,reset-type=' is not specified the default is to enable system
    reset.
 
    Reset types:
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Docs: Fixing spelling errors in Documentation/devicetree/bindings/
  2020-10-07  7:17   ` [PATCH] Docs: Fixing spelling " Marlon Rac Cambasis
@ 2020-10-07 16:04     ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2020-10-07 16:04 UTC (permalink / raw)
  To: Marlon Rac Cambasis; +Cc: trivial, devicetree

On Wed, 07 Oct 2020 18:17:05 +1100, Marlon Rac Cambasis wrote:
> Revised patch fixing six spelling errors within
> Documentation/devicetree/bindings/. "specfied" replaced with "specified"
> in all three files modified. "atleast" seperated into "at least" three
> times in samsung-pinctrl.txt. This should remove any confusion that a
> reader might have.
> 
> Signed-off-by: Marlon Rac Cambasis <marlonrc08@gmail.com>
> ---
>  .../devicetree/bindings/pinctrl/samsung-pinctrl.txt         | 6 +++---
>  .../devicetree/bindings/reset/nuvoton,npcm-reset.txt        | 2 +-
>  Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt   | 2 +-
>  3 files changed, 5 insertions(+), 5 deletions(-)
> 

Applied, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-07 16:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-06  9:35 [PATCH] Docs: Fixing Spelling errors in Documentation/devicetree/bindings/ Marlon Rac Cambasis
2020-10-06 22:29 ` Rob Herring
2020-10-07  7:17   ` [PATCH] Docs: Fixing spelling " Marlon Rac Cambasis
2020-10-07 16:04     ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).