linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: process/submitting-patches: misspelling "mesages"
@ 2022-09-13  5:11 Rong Tao
  2022-09-13  8:40 ` Krzysztof Kozlowski
  2022-09-13 13:40 ` [PATCH] " Bagas Sanjaya
  0 siblings, 2 replies; 9+ messages in thread
From: Rong Tao @ 2022-09-13  5:11 UTC (permalink / raw)
  To: corbet
  Cc: Rong Tao, kernel test robot, Thomas Gleixner,
	Konstantin Ryabitsev, Randy Dunlap, Thorsten Leemhuis,
	Krzysztof Kozlowski, Erik Ekman, Jiri Kosina, Miguel Ojeda,
	linux-doc, linux-kernel

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


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

* Re: [PATCH] Documentation: process/submitting-patches: misspelling "mesages"
  2022-09-13  5:11 [PATCH] Documentation: process/submitting-patches: misspelling "mesages" Rong Tao
@ 2022-09-13  8:40 ` Krzysztof Kozlowski
  2022-09-13 13:55   ` lkp report WARNING: Title underline too short Rong Tao
  2022-09-13 13:40 ` [PATCH] " Bagas Sanjaya
  1 sibling, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-13  8:40 UTC (permalink / raw)
  To: Rong Tao, corbet
  Cc: kernel test robot, Thomas Gleixner, Konstantin Ryabitsev,
	Randy Dunlap, Thorsten Leemhuis, Erik Ekman, Jiri Kosina,
	Miguel Ojeda, linux-doc, linux-kernel

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

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

* Re: [PATCH] Documentation: process/submitting-patches: misspelling "mesages"
  2022-09-13  5:11 [PATCH] Documentation: process/submitting-patches: misspelling "mesages" Rong Tao
  2022-09-13  8:40 ` Krzysztof Kozlowski
@ 2022-09-13 13:40 ` Bagas Sanjaya
  2022-09-13 14:02   ` Rong Tao
  1 sibling, 1 reply; 9+ messages in thread
From: Bagas Sanjaya @ 2022-09-13 13:40 UTC (permalink / raw)
  To: Rong Tao, corbet
  Cc: kernel test robot, Thomas Gleixner, Konstantin Ryabitsev,
	Randy Dunlap, Thorsten Leemhuis, Krzysztof Kozlowski, Erik Ekman,
	Jiri Kosina, Miguel Ojeda, linux-doc, linux-kernel

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

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

* lkp report WARNING: Title underline too short.
  2022-09-13  8:40 ` Krzysztof Kozlowski
@ 2022-09-13 13:55   ` Rong Tao
  2022-09-13 14:14     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 9+ messages in thread
From: Rong Tao @ 2022-09-13 13:55 UTC (permalink / raw)
  To: krzysztof.kozlowski
  Cc: corbet, erik, jkosina, konstantin, linux-doc, linux-kernel,
	linux, lkp, ojeda, rdunlap, rtoax, tglx, Rong Tao

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.


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

* Re: Re: [PATCH] Documentation: process/submitting-patches: misspelling "mesages"
  2022-09-13 13:40 ` [PATCH] " Bagas Sanjaya
@ 2022-09-13 14:02   ` Rong Tao
  0 siblings, 0 replies; 9+ messages in thread
From: Rong Tao @ 2022-09-13 14:02 UTC (permalink / raw)
  To: bagasdotme
  Cc: corbet, erik, jkosina, konstantin, krzysztof.kozlowski,
	linux-doc, linux-kernel, linux, lkp, ojeda, rdunlap, rtoax, tglx

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

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

* Re: lkp report WARNING: Title underline too short.
  2022-09-13 13:55   ` lkp report WARNING: Title underline too short Rong Tao
@ 2022-09-13 14:14     ` Krzysztof Kozlowski
  2022-09-14  0:33       ` [PATCH v2] Documentation: process/submitting-patches: misspelling "mesages" Rong Tao
  2022-09-14  2:58       ` Rong Tao
  0 siblings, 2 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-13 14:14 UTC (permalink / raw)
  To: Rong Tao
  Cc: corbet, erik, jkosina, konstantin, linux-doc, linux-kernel,
	linux, lkp, ojeda, rdunlap, tglx, Rong Tao

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

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

* [PATCH v2] Documentation: process/submitting-patches: misspelling "mesages"
  2022-09-13 14:14     ` Krzysztof Kozlowski
@ 2022-09-14  0:33       ` Rong Tao
  2022-09-21 19:58         ` Jonathan Corbet
  2022-09-14  2:58       ` Rong Tao
  1 sibling, 1 reply; 9+ messages in thread
From: Rong Tao @ 2022-09-14  0:33 UTC (permalink / raw)
  To: krzysztof.kozlowski
  Cc: corbet, erik, jkosina, konstantin, linux-doc, linux-kernel,
	linux, lkp, ojeda, rdunlap, rongtao, rtoax, tglx, Bagas Sanjaya

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


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

* [PATCH v2] Documentation: process/submitting-patches: misspelling "mesages"
  2022-09-13 14:14     ` Krzysztof Kozlowski
  2022-09-14  0:33       ` [PATCH v2] Documentation: process/submitting-patches: misspelling "mesages" Rong Tao
@ 2022-09-14  2:58       ` Rong Tao
  1 sibling, 0 replies; 9+ messages in thread
From: Rong Tao @ 2022-09-14  2:58 UTC (permalink / raw)
  To: krzysztof.kozlowski
  Cc: corbet, erik, jkosina, konstantin, linux-doc, linux-kernel,
	linux, lkp, ojeda, rdunlap, rongtao, rtoax, tglx, Bagas Sanjaya

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


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

* Re: [PATCH v2] Documentation: process/submitting-patches: misspelling "mesages"
  2022-09-14  0:33       ` [PATCH v2] Documentation: process/submitting-patches: misspelling "mesages" Rong Tao
@ 2022-09-21 19:58         ` Jonathan Corbet
  0 siblings, 0 replies; 9+ messages in thread
From: Jonathan Corbet @ 2022-09-21 19:58 UTC (permalink / raw)
  To: Rong Tao, krzysztof.kozlowski
  Cc: erik, jkosina, konstantin, linux-doc, linux-kernel, linux, lkp,
	ojeda, rdunlap, rongtao, rtoax, tglx, Bagas Sanjaya

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

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

end of thread, other threads:[~2022-09-21 19:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13  5:11 [PATCH] Documentation: process/submitting-patches: misspelling "mesages" Rong Tao
2022-09-13  8:40 ` Krzysztof Kozlowski
2022-09-13 13:55   ` lkp report WARNING: Title underline too short Rong Tao
2022-09-13 14:14     ` Krzysztof Kozlowski
2022-09-14  0:33       ` [PATCH v2] Documentation: process/submitting-patches: misspelling "mesages" Rong Tao
2022-09-21 19:58         ` Jonathan Corbet
2022-09-14  2:58       ` Rong Tao
2022-09-13 13:40 ` [PATCH] " Bagas Sanjaya
2022-09-13 14:02   ` Rong Tao

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