Re: [PATCH v2 2/3] memory-hotplug.rst: fix wrong /sys/module/memory_hotplug/parameters/ path
From: Mike Rapoport <rppt@kernel.org>
Date: 2021-10-11 09:27:49
Also in:
linux-mm, lkml
From: Mike Rapoport <rppt@kernel.org>
Date: 2021-10-11 09:27:49
Also in:
linux-mm, lkml
On Mon, Oct 11, 2021 at 10:20:57AM +0200, David Hildenbrand wrote:
We accidentially added a superfluous "s".
Fixes: ac3332c44767 ("memory-hotplug.rst: complete admin-guide overhaul")
Signed-off-by: David Hildenbrand <redacted>Acked-by: Mike Rapoport <redacted>
--- Documentation/admin-guide/mm/memory-hotplug.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/Documentation/admin-guide/mm/memory-hotplug.rst b/Documentation/admin-guide/mm/memory-hotplug.rst index 27d748cb6ee0..ee00b70dedde 100644 --- a/Documentation/admin-guide/mm/memory-hotplug.rst +++ b/Documentation/admin-guide/mm/memory-hotplug.rst@@ -410,7 +410,7 @@ them with ``memory_hotplug.`` such as:: and they can be observed (and some even modified at runtime) via:: - /sys/modules/memory_hotplug/parameters/ + /sys/module/memory_hotplug/parameters/ The following module parameters are currently defined:-- 2.31.1
-- Sincerely yours, Mike.