Linux Kernel Mentees list
 help / color / mirror / Atom feed
* [Linux-kernel-mentees] [PATCH] docs: Fix WARNING - Title underline too short
@ 2020-04-23 11:45 Bolarinwa Olayemi Saheed
  2020-04-23 13:02 ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Bolarinwa Olayemi Saheed @ 2020-04-23 11:45 UTC (permalink / raw)
  To: Jonathan Corbet, Mauro Carvalho Chehab
  Cc: Song Liu, Andrii Nakryiko, Stephen Kitt, Kees Cook,
	Daniel Borkmann, Eric Biggers, Bolarinwa Olayemi Saheed,
	Guilherme G. Piccoli, John Fastabend, Alexei Starovoitov,
	linux-doc, Masanari Iida, Mauro Carvalho Chehab, netdev, KP Singh,
	Yonghong Song, bpf, linux-kernel-mentees, Martin KaFai Lau,
	linux-kernel

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

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

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

* Re: [Linux-kernel-mentees] [PATCH] docs: Fix WARNING - Title underline too short
  2020-04-23 11:45 [Linux-kernel-mentees] [PATCH] docs: Fix WARNING - Title underline too short Bolarinwa Olayemi Saheed
@ 2020-04-23 13:02 ` Jonathan Corbet
  2020-04-23 13:35   ` Saheed Bolarinwa
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Corbet @ 2020-04-23 13:02 UTC (permalink / raw)
  To: Bolarinwa Olayemi Saheed
  Cc: Song Liu, Stephen Kitt, Kees Cook, Daniel Borkmann, Eric Biggers,
	Andrii Nakryiko, Guilherme G. Piccoli, John Fastabend,
	Alexei Starovoitov, linux-doc, Masanari Iida,
	Mauro Carvalho Chehab, netdev, KP Singh, Yonghong Song, bpf,
	Mauro Carvalho Chehab, linux-kernel-mentees, Martin KaFai Lau,
	linux-kernel

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
_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

* Re: [Linux-kernel-mentees] [PATCH] docs: Fix WARNING - Title underline too short
  2020-04-23 13:02 ` Jonathan Corbet
@ 2020-04-23 13:35   ` Saheed Bolarinwa
  0 siblings, 0 replies; 3+ messages in thread
From: Saheed Bolarinwa @ 2020-04-23 13:35 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Song Liu, Stephen Kitt, Kees Cook, Daniel Borkmann, Eric Biggers,
	Andrii Nakryiko, Guilherme G. Piccoli, John Fastabend,
	Alexei Starovoitov, linux-doc, Masanari Iida,
	Mauro Carvalho Chehab, netdev, KP Singh, Yonghong Song, bpf,
	Mauro Carvalho Chehab, linux-kernel-mentees, Martin KaFai Lau,
	linux-kernel


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

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

end of thread, other threads:[~2020-04-23 14:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-23 11:45 [Linux-kernel-mentees] [PATCH] docs: Fix WARNING - Title underline too short Bolarinwa Olayemi Saheed
2020-04-23 13:02 ` Jonathan Corbet
2020-04-23 13:35   ` Saheed Bolarinwa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox