2022-09-13 05:22:14

by Rong Tao

[permalink] [raw]
Subject: [PATCH] Documentation: process/submitting-patches: misspelling "mesages"

Fix spelling mistakes, "mesages" should be spelled "messages".

Signed-off-by: Rong Tao <[email protected]>
Reported-by: kernel test robot <[email protected]>
---
Documentation/process/submitting-patches.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
index be49d8f2601b..7dc94555417d 100644
--- a/Documentation/process/submitting-patches.rst
+++ b/Documentation/process/submitting-patches.rst
@@ -715,8 +715,8 @@ references.

.. _backtraces:

-Backtraces in commit mesages
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Backtraces in commit messages
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Backtraces help document the call chain leading to a problem. However,
not all backtraces are helpful. For example, early boot call chains are
--
2.31.1


2022-09-13 09:00:39

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] Documentation: process/submitting-patches: misspelling "mesages"

On 13/09/2022 07:11, Rong Tao wrote:
> Fix spelling mistakes, "mesages" should be spelled "messages".
>
> Signed-off-by: Rong Tao <[email protected]>
> Reported-by: kernel test robot <[email protected]>

What is here exactly reported by lkp?

Didn't you send a patch like that already or is this a v1? I saw
something similar...

Best regards,
Krzysztof

2022-09-13 16:19:35

by Rong Tao

[permalink] [raw]
Subject: Re: Re: [PATCH] Documentation: process/submitting-patches: misspelling "mesages"

Hi, thanks for your reply! This is indeed [PATCH v2],
not familiar with the use of send-email before.

2022-09-13 16:22:32

by Rong Tao

[permalink] [raw]
Subject: lkp report WARNING: Title underline too short.

From: Rong Tao <[email protected]>

Hi, thanks for your reply!

https://lore.kernel.org/lkml/[email protected]/

The doc submitting-patches.rst has a WARNING 'Title underline too short'

before:

Backtraces in commit messages
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

after fix the warning:

Backtraces in commit messages
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

add a '^' in the end.

2022-09-13 16:23:08

by Bagas Sanjaya

[permalink] [raw]
Subject: Re: [PATCH] Documentation: process/submitting-patches: misspelling "mesages"

On 9/13/22 12:11, Rong Tao wrote:
> Fix spelling mistakes, "mesages" should be spelled "messages".
>

Hmm... I guess this is [PATCH v2], right?

> -Backtraces in commit mesages
> -^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> +Backtraces in commit messages
> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>

The diff looks OK, thanks.

Reviewed-by: Bagas Sanjaya <[email protected]>

--
An old man doll... just what I always wanted! - Clara

2022-09-13 16:32:56

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: lkp report WARNING: Title underline too short.

On 13/09/2022 15:55, Rong Tao wrote:
> From: Rong Tao <[email protected]>
>
> Hi, thanks for your reply!
>
> https://lore.kernel.org/lkml/[email protected]/
>
> The doc submitting-patches.rst has a WARNING 'Title underline too short'
>
> before:
>
> Backtraces in commit messages
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> after fix the warning:
>
> Backtraces in commit messages
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> add a '^' in the end.
>


Don't top-post. I don't know what did you reply to...

If about reported-by tag, the link there did not report original issue,
so skip the tag.

Best regards,
Krzysztof

2022-09-14 00:52:44

by Rong Tao

[permalink] [raw]
Subject: [PATCH v2] Documentation: process/submitting-patches: misspelling "mesages"

Fix spelling mistakes, "mesages" should be spelled "messages".

Signed-off-by: Rong Tao <[email protected]>
Reviewed-by: Bagas Sanjaya <[email protected]>
---
Documentation/process/submitting-patches.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
index be49d8f2601b..7dc94555417d 100644
--- a/Documentation/process/submitting-patches.rst
+++ b/Documentation/process/submitting-patches.rst
@@ -715,8 +715,8 @@ references.

.. _backtraces:

-Backtraces in commit mesages
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Backtraces in commit messages
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Backtraces help document the call chain leading to a problem. However,
not all backtraces are helpful. For example, early boot call chains are
--
2.31.1

2022-09-14 03:24:24

by Rong Tao

[permalink] [raw]
Subject: [PATCH v2] Documentation: process/submitting-patches: misspelling "mesages"

Fix spelling mistakes, "mesages" should be spelled "messages".

Signed-off-by: Rong Tao <[email protected]>
Reviewed-by: Bagas Sanjaya <[email protected]>
---
Documentation/process/submitting-patches.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
index be49d8f2601b..7dc94555417d 100644
--- a/Documentation/process/submitting-patches.rst
+++ b/Documentation/process/submitting-patches.rst
@@ -715,8 +715,8 @@ references.

.. _backtraces:

-Backtraces in commit mesages
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Backtraces in commit messages
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Backtraces help document the call chain leading to a problem. However,
not all backtraces are helpful. For example, early boot call chains are
--
2.31.1

2022-09-21 20:45:35

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH v2] Documentation: process/submitting-patches: misspelling "mesages"

Rong Tao <[email protected]> writes:

> Fix spelling mistakes, "mesages" should be spelled "messages".
>
> Signed-off-by: Rong Tao <[email protected]>
> Reviewed-by: Bagas Sanjaya <[email protected]>
> ---
> Documentation/process/submitting-patches.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
> index be49d8f2601b..7dc94555417d 100644
> --- a/Documentation/process/submitting-patches.rst
> +++ b/Documentation/process/submitting-patches.rst
> @@ -715,8 +715,8 @@ references.
>
> .. _backtraces:
>
> -Backtraces in commit mesages
> -^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> +Backtraces in commit messages
> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
Applied, thanks.

jon