[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87r18cjwbe.fsf@yhuang6-desk2.ccr.corp.intel.com>
Date: Wed, 09 Feb 2022 16:09:09 +0800
From: "Huang, Ying" <ying.huang@...el.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Randy Dunlap <rdunlap@...radead.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: build warning after merge of the akpm-current tree
Stephen Rothwell <sfr@...b.auug.org.au> writes:
> Hi all,
>
> After merging the akpm-current tree, today's linux-next build (htmldocs)
> produced this warning:
>
> Documentation/admin-guide/sysctl/kernel.rst:603: WARNING: Inconsistent literal block quoting.
>
> Maybe introduced or exposed by commit
>
> 68d17e593eb9 ("numa-balancing-optimize-page-placement-for-memory-tiering-system-fix-fix")
>
> I am not clear what the warning means.
Hi, Stephen,
Found this is a restructuredtext format issue, the following patch fixes
it for me.
Best Regards,
Huang, Ying
-------------------------------------8<-------------------------------------------
>From fb8b9aa5cbf49d37950d04fc808f464589c7e344 Mon Sep 17 00:00:00 2001
From: Huang Ying <ying.huang@...el.com>
Date: Wed, 9 Feb 2022 16:04:11 +0800
Subject: [PATCH] numa-balancing-optimize-page-placement-for-memory-tiering-system-fix-fix-fix
Fix the following warnings of `make htmldocs`,
Documentation/admin-guide/sysctl/kernel.rst:603: WARNING: Inconsistent literal block quoting.
---
Documentation/admin-guide/sysctl/kernel.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
index 078e1aff4adc..59c3b4ce37cd 100644
--- a/Documentation/admin-guide/sysctl/kernel.rst
+++ b/Documentation/admin-guide/sysctl/kernel.rst
@@ -597,7 +597,7 @@ numa_balancing
Enables/disables and configures automatic page fault based NUMA memory
balancing. Memory is moved automatically to nodes that access it often.
-The value to set can be the result of ORing the following::
+The value to set can be the result of ORing the following:
= =================================
0 NUMA_BALANCING_DISABLED
--
2.30.2
Powered by blists - more mailing lists