2019-10-21 02:45:20

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH -next RESEND] Documentation/admin-guide: fix sysctl Sphinx warning

From: Randy Dunlap <[email protected]>

Fix Sphinx warning when building Documentation:

Documentation/admin-guide/sysctl/kernel.rst:397: WARNING: Title underline too short.

hung_task_interval_warnings:
===================

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Dmitry Safonov <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Ingo Molnar <[email protected]>
---
Documentation/admin-guide/sysctl/kernel.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20191018.orig/Documentation/admin-guide/sysctl/kernel.rst
+++ linux-next-20191018/Documentation/admin-guide/sysctl/kernel.rst
@@ -394,7 +394,7 @@ This file shows up if CONFIG_DETECT_HUNG


hung_task_interval_warnings:
-===================
+============================

The same as hung_task_warnings, but set the number of interval
warnings to be issued about detected hung tasks during check



2019-10-21 13:55:40

by Dmitry Safonov

[permalink] [raw]
Subject: Re: [PATCH -next RESEND] Documentation/admin-guide: fix sysctl Sphinx warning

Hi Randy,

On 10/21/19 3:44 AM, Randy Dunlap wrote:
> From: Randy Dunlap <[email protected]>
>
> Fix Sphinx warning when building Documentation:
>
> Documentation/admin-guide/sysctl/kernel.rst:397: WARNING: Title underline too short.
>
> hung_task_interval_warnings:
> ===================

Thanks for the patch!

I'm in process of reworking the patch in akpm according to reviews,
I will incorporate your change in next version.

>
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Dmitry Safonov <[email protected]>
> Cc: Andrew Morton <[email protected]>
> Cc: Ingo Molnar <[email protected]>
> ---
> Documentation/admin-guide/sysctl/kernel.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-next-20191018.orig/Documentation/admin-guide/sysctl/kernel.rst
> +++ linux-next-20191018/Documentation/admin-guide/sysctl/kernel.rst
> @@ -394,7 +394,7 @@ This file shows up if CONFIG_DETECT_HUNG
>
>
> hung_task_interval_warnings:
> -===================
> +============================
>
> The same as hung_task_warnings, but set the number of interval
> warnings to be issued about detected hung tasks during check
>
>

Thanks,
Dmitry