kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Please assess this patch: [PATCH] Docs: FIxed spelling errors in Documentation/devicetree/bindings/
@ 2020-09-04  7:00 Marlon Rac Cambasis
  2020-09-04  9:54 ` linux lover
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marlon Rac Cambasis @ 2020-09-04  7:00 UTC (permalink / raw)
  To: kernelnewbies; +Cc: marlonrc08

Hello, I would like to make my first contribution to the Linux kernel in the
form of a (trivial) spelling fix. Does this patch (including the subject and the
way my mail is being displayed), meet the requirements? Furthermore, I think the
correct place to send it to would be devicetree@vger.kernel.org and also CCing 
it to trivial@kernel.org. Is this all okay? Should I send it to somewhere else,
do I need to make any changes? Also I don't need to add a body to the patch
when I send it do I?

Here is my patch:

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 70659c9..372f473 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 6e80270..17b7a6a 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 d78d4a8f..a819763 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.9.0


_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

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

* Re: Please assess this patch: [PATCH] Docs: FIxed spelling errors in Documentation/devicetree/bindings/
  2020-09-04  7:00 Please assess this patch: [PATCH] Docs: FIxed spelling errors in Documentation/devicetree/bindings/ Marlon Rac Cambasis
@ 2020-09-04  9:54 ` linux lover
  2020-09-04 10:37 ` Greg KH
  2020-09-04 13:29 ` Valdis Klētnieks
  2 siblings, 0 replies; 4+ messages in thread
From: linux lover @ 2020-09-04  9:54 UTC (permalink / raw)
  To: Marlon Rac Cambasis; +Cc: kernelnewbies

How can I ever thank you?

Sent from my iPhone

> On Sep 4, 2020, at 3:00 PM, Marlon Rac Cambasis <marlonrc08@gmail.com> wrote:
> 
> Hello, I would like to make my first contribution to the Linux kernel in the
> form of a (trivial) spelling fix. Does this patch (including the subject and the
> way my mail is being displayed), meet the requirements? Furthermore, I think the
> correct place to send it to would be devicetree@vger.kernel.org and also CCing 
> it to trivial@kernel.org. Is this all okay? Should I send it to somewhere else,
> do I need to make any changes? Also I don't need to add a body to the patch
> when I send it do I?
> 
> Here is my patch:
> 
> 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 70659c9..372f473 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 6e80270..17b7a6a 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 d78d4a8f..a819763 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.9.0
> 
> 
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies@kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

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

* Re: Please assess this patch: [PATCH] Docs: FIxed spelling errors in Documentation/devicetree/bindings/
  2020-09-04  7:00 Please assess this patch: [PATCH] Docs: FIxed spelling errors in Documentation/devicetree/bindings/ Marlon Rac Cambasis
  2020-09-04  9:54 ` linux lover
@ 2020-09-04 10:37 ` Greg KH
  2020-09-04 13:29 ` Valdis Klētnieks
  2 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2020-09-04 10:37 UTC (permalink / raw)
  To: Marlon Rac Cambasis; +Cc: kernelnewbies

On Fri, Sep 04, 2020 at 05:00:47PM +1000, Marlon Rac Cambasis wrote:
> Hello, I would like to make my first contribution to the Linux kernel in the
> form of a (trivial) spelling fix. Does this patch (including the subject and the
> way my mail is being displayed), meet the requirements? Furthermore, I think the
> correct place to send it to would be devicetree@vger.kernel.org and also CCing 
> it to trivial@kernel.org. Is this all okay? Should I send it to somewhere else,
> do I need to make any changes? Also I don't need to add a body to the patch
> when I send it do I?

You always need a changelog text, I know I will refuse to take a patch
without one.

Most of the time, writing the changelog text takes more effort than the
patch itself, which is good, as that documents what is happening and why
you are making the change that you are proposing.

thanks,

greg k-h

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

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

* Re: Please assess this patch: [PATCH] Docs: FIxed spelling errors in Documentation/devicetree/bindings/
  2020-09-04  7:00 Please assess this patch: [PATCH] Docs: FIxed spelling errors in Documentation/devicetree/bindings/ Marlon Rac Cambasis
  2020-09-04  9:54 ` linux lover
  2020-09-04 10:37 ` Greg KH
@ 2020-09-04 13:29 ` Valdis Klētnieks
  2 siblings, 0 replies; 4+ messages in thread
From: Valdis Klētnieks @ 2020-09-04 13:29 UTC (permalink / raw)
  To: Marlon Rac Cambasis; +Cc: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 383 bytes --]

On Fri, 04 Sep 2020 17:00:47 +1000, Marlon Rac Cambasis said:

> -  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

'at least' should be two words.  Given that, you should probably do
a careful check of both files, and fix any other spelling errors as long
as you're at it.

[-- Attachment #1.2: Type: application/pgp-signature, Size: 832 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

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

end of thread, other threads:[~2020-09-04 13:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04  7:00 Please assess this patch: [PATCH] Docs: FIxed spelling errors in Documentation/devicetree/bindings/ Marlon Rac Cambasis
2020-09-04  9:54 ` linux lover
2020-09-04 10:37 ` Greg KH
2020-09-04 13:29 ` Valdis Klētnieks

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).