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

Rong Tao posted 1 patch 3 years, 6 months ago
There is a newer version of this series
Documentation/process/submitting-patches.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] Documentation: process/submitting-patches: misspelling "mesages"
Posted by Rong Tao 3 years, 6 months ago
Fix spelling mistakes, "mesages" should be spelled "messages".

Signed-off-by: Rong Tao <rtoax@foxmail.com>
Reported-by: kernel test robot <lkp@intel.com>
---
 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
Re: [PATCH] Documentation: process/submitting-patches: misspelling "mesages"
Posted by Krzysztof Kozlowski 3 years, 6 months ago
On 13/09/2022 07:11, Rong Tao wrote:
> Fix spelling mistakes, "mesages" should be spelled "messages".
> 
> Signed-off-by: Rong Tao <rtoax@foxmail.com>
> Reported-by: kernel test robot <lkp@intel.com>

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
lkp report WARNING: Title underline too short.
Posted by Rong Tao 3 years, 6 months ago
From: Rong Tao <rongtao@cestc.cn>

Hi, thanks for your reply!

https://lore.kernel.org/lkml/202209100436.Ud19XNGq-lkp@intel.com/

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.
Re: lkp report WARNING: Title underline too short.
Posted by Krzysztof Kozlowski 3 years, 6 months ago
On 13/09/2022 15:55, Rong Tao wrote:
> From: Rong Tao <rongtao@cestc.cn>
> 
> Hi, thanks for your reply!
> 
> https://lore.kernel.org/lkml/202209100436.Ud19XNGq-lkp@intel.com/
> 
> 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
[PATCH v2] Documentation: process/submitting-patches: misspelling "mesages"
Posted by Rong Tao 3 years, 6 months ago
Fix spelling mistakes, "mesages" should be spelled "messages".

Signed-off-by: Rong Tao <rtoax@foxmail.com>
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 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
Re: [PATCH v2] Documentation: process/submitting-patches: misspelling "mesages"
Posted by Jonathan Corbet 3 years, 6 months ago
Rong Tao <rtoax@foxmail.com> writes:

> Fix spelling mistakes, "mesages" should be spelled "messages".
>
> Signed-off-by: Rong Tao <rtoax@foxmail.com>
> Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
> ---
>  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
[PATCH v2] Documentation: process/submitting-patches: misspelling "mesages"
Posted by Rong Tao 3 years, 6 months ago
Fix spelling mistakes, "mesages" should be spelled "messages".

Signed-off-by: Rong Tao <rtoax@foxmail.com>
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 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
Re: [PATCH] Documentation: process/submitting-patches: misspelling "mesages"
Posted by Bagas Sanjaya 3 years, 6 months ago
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 <bagasdotme@gmail.com>

-- 
An old man doll... just what I always wanted! - Clara
Re: Re: [PATCH] Documentation: process/submitting-patches: misspelling "mesages"
Posted by Rong Tao 3 years, 6 months ago
Hi, thanks for your reply! This is indeed [PATCH v2],
not familiar with the use of send-email before.