diff mbox series

docs: Fix WARNING - Title underline too short

Message ID 20200423114517.18074-1-refactormyself@users.noreply.github.com
State Not Applicable
Delegated to: David Miller
Headers show
Series docs: Fix WARNING - Title underline too short | expand

Commit Message

Saheed O. Bolarinwa April 23, 2020, 11:45 a.m. UTC
From: Bolarinwa Olayemi Saheed <refactormyself@gmail.com>

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

Signed-off-by: Bolarinwa Olayemi Saheed <refactormyself@gmail.com>
---
 Documentation/admin-guide/sysctl/kernel.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jonathan Corbet April 23, 2020, 1:02 p.m. UTC | #1
On Thu, 23 Apr 2020 13:45:17 +0200
Bolarinwa Olayemi Saheed <refactormyself@gmail.com> wrote:

> From: Bolarinwa Olayemi Saheed <refactormyself@gmail.com>
> 
> There were two instances of "Title underline too short" and they were
> increased to match the title text.
> 
> Signed-off-by: Bolarinwa Olayemi Saheed <refactormyself@gmail.com>
> ---
>  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
Saheed O. Bolarinwa April 23, 2020, 1:35 p.m. UTC | #2
On 4/23/20 3:02 PM, Jonathan Corbet wrote:
> On Thu, 23 Apr 2020 13:45:17 +0200
> Bolarinwa Olayemi Saheed <refactormyself@gmail.com> wrote:
>
>> From: Bolarinwa Olayemi Saheed <refactormyself@gmail.com>
>>
>> There were two instances of "Title underline too short" and they were
>> increased to match the title text.
>>
>> Signed-off-by: Bolarinwa Olayemi Saheed <refactormyself@gmail.com>
>> ---
>>   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
diff mbox series

Patch

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