2020-04-23 12:49:56

by Saheed O. Bolarinwa

[permalink] [raw]
Subject: [PATCH] docs: Fix WARNING - Title underline too short

From: Bolarinwa Olayemi Saheed <[email protected]>

There were two instances of "Title underline too short" and they were
increased to match the title text.

Signed-off-by: Bolarinwa Olayemi Saheed <[email protected]>
---
Documentation/admin-guide/sysctl/kernel.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
index 3e68da9fc066..6f7f01b1180c 100644
--- a/Documentation/admin-guide/sysctl/kernel.rst
+++ b/Documentation/admin-guide/sysctl/kernel.rst
@@ -292,7 +292,7 @@ Default value is "``/sbin/hotplug``".


hung_task_all_cpu_backtrace:
-================
+============================

If this option is set, the kernel will send an NMI to all CPUs to dump
their backtraces when a hung task is detected. This file shows up if
@@ -575,7 +575,7 @@ scanned for a given scan.


oops_all_cpu_backtrace:
-================
+=======================

If this option is set, the kernel will send an NMI to all CPUs to dump
their backtraces when an oops event occurs. It should be used as a last
--
2.18.2


2020-04-23 13:08:17

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] docs: Fix WARNING - Title underline too short

On Thu, 23 Apr 2020 13:45:17 +0200
Bolarinwa Olayemi Saheed <[email protected]> wrote:

> From: Bolarinwa Olayemi Saheed <[email protected]>
>
> There were two instances of "Title underline too short" and they were
> increased to match the title text.
>
> Signed-off-by: Bolarinwa Olayemi Saheed <[email protected]>
> ---
> Documentation/admin-guide/sysctl/kernel.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

These warnings are caused by a patch entering linux-next via the -mm tree;
Randy has already sent a patch to fix them.

[Next time you might want to examine the recipient list a bit; this patch
was broadcast a bit more widely than was really necessary.]

Thanks,

jon

2020-04-23 14:38:31

by Saheed O. Bolarinwa

[permalink] [raw]
Subject: Re: [PATCH] docs: Fix WARNING - Title underline too short


On 4/23/20 3:02 PM, Jonathan Corbet wrote:
> On Thu, 23 Apr 2020 13:45:17 +0200
> Bolarinwa Olayemi Saheed <[email protected]> wrote:
>
>> From: Bolarinwa Olayemi Saheed <[email protected]>
>>
>> There were two instances of "Title underline too short" and they were
>> increased to match the title text.
>>
>> Signed-off-by: Bolarinwa Olayemi Saheed <[email protected]>
>> ---
>> Documentation/admin-guide/sysctl/kernel.rst | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
> These warnings are caused by a patch entering linux-next via the -mm tree;
> Randy has already sent a patch to fix them.
>
> [Next time you might want to examine the recipient list a bit; this patch
> was broadcast a bit more widely than was really necessary.]
>
>

Noted, sorry about that.

Thank you.

Saheed