diff mbox series

[v2,2/3] memory-hotplug.rst: fix wrong /sys/module/memory_hotplug/parameters/ path

Message ID 20211011082058.6076-3-david@redhat.com (mailing list archive)
State New
Headers show
Series memory-hotplug.rst: document the "auto-movable" online policy | expand

Commit Message

David Hildenbrand Oct. 11, 2021, 8:20 a.m. UTC
We accidentially added a superfluous "s".

Fixes: ac3332c44767 ("memory-hotplug.rst: complete admin-guide overhaul")
Signed-off-by: David Hildenbrand <david@redhat.com>
---
 Documentation/admin-guide/mm/memory-hotplug.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mike Rapoport Oct. 11, 2021, 9:27 a.m. UTC | #1
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 <david@redhat.com>

Acked-by: Mike Rapoport <rppt@linux.ibm.com>

> ---
>  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
>
diff mbox series

Patch

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: