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
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
Hi, thanks for your reply! This is indeed [PATCH v2],
not familiar with the use of send-email before.
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.
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
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
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
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
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