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

