Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] Documentation: admin-guide: Fix bracket
@ 2026-09-02 15:23 Manuel Ebner
  2026-09-02 17:26 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Manuel Ebner @ 2026-09-02 15:23 UTC (permalink / raw)
  To: Andrew Morton, David Hildenbrand, Lorenzo Stoakes,
	Liam R. Howlett, Vlastimil Babka, Mike Rapoport,
	Suren Baghdasaryan, Michal Hocko, Jonathan Corbet, Shuah Khan
  Cc: Manuel Ebner, linux-mm, linux-doc, linux-kernel

Add missing ')'.

Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
 Documentation/admin-guide/sysctl/vm.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/sysctl/vm.rst b/Documentation/admin-guide/sysctl/vm.rst
index 5b318d17a..ebc281e6d 100644
--- a/Documentation/admin-guide/sysctl/vm.rst
+++ b/Documentation/admin-guide/sysctl/vm.rst
@@ -438,7 +438,7 @@ zone[i]'s protection[j] is calculated by following expression::
     = (total sums of managed_pages from zone[i+1] to zone[j] on the node)
       / lowmem_reserve_ratio[i];
   (i = j):
-     (should not be protected. = 0;
+     (should not be protected. = 0;)
   (i > j):
      (not necessary, but looks 0)
 
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: admin-guide: Fix bracket
  2026-09-02 15:23 [PATCH] Documentation: admin-guide: Fix bracket Manuel Ebner
@ 2026-09-02 17:26 ` Randy Dunlap
  2026-09-03  6:32   ` Manuel Ebner
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2026-09-02 17:26 UTC (permalink / raw)
  To: Manuel Ebner, Andrew Morton, David Hildenbrand, Lorenzo Stoakes,
	Liam R. Howlett, Vlastimil Babka, Mike Rapoport,
	Suren Baghdasaryan, Michal Hocko, Jonathan Corbet, Shuah Khan
  Cc: linux-mm, linux-doc, linux-kernel



On 9/2/26 8:23 AM, Manuel Ebner wrote:
> Add missing ')'.
> 
> Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
> ---
>  Documentation/admin-guide/sysctl/vm.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/sysctl/vm.rst b/Documentation/admin-guide/sysctl/vm.rst
> index 5b318d17a..ebc281e6d 100644
> --- a/Documentation/admin-guide/sysctl/vm.rst
> +++ b/Documentation/admin-guide/sysctl/vm.rst
> @@ -438,7 +438,7 @@ zone[i]'s protection[j] is calculated by following expression::
>      = (total sums of managed_pages from zone[i+1] to zone[j] on the node)
>        / lowmem_reserve_ratio[i];
>    (i = j):
> -     (should not be protected. = 0;
> +     (should not be protected. = 0;)

I would probably drop the ';' character but don't bother with
a v2 just to do that.

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

>    (i > j):
>       (not necessary, but looks 0)
>  

-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] Documentation: admin-guide: Fix bracket
  2026-09-02 17:26 ` Randy Dunlap
@ 2026-09-03  6:32   ` Manuel Ebner
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Ebner @ 2026-09-03  6:32 UTC (permalink / raw)
  To: Andrew Morton, David Hildenbrand, Lorenzo Stoakes,
	Liam R. Howlett, Vlastimil Babka, Mike Rapoport,
	Suren Baghdasaryan, Michal Hocko, Jonathan Corbet, Shuah Khan
  Cc: Manuel Ebner, Randy Dunlap, linux-mm, linux-doc, linux-kernel

Add missing ')' and remove ';'.

Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
---
 Documentation/admin-guide/sysctl/vm.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/sysctl/vm.rst b/Documentation/admin-guide/sysctl/vm.rst
index 5b318d17a..5f4a056e4 100644
--- a/Documentation/admin-guide/sysctl/vm.rst
+++ b/Documentation/admin-guide/sysctl/vm.rst
@@ -438,7 +438,7 @@ zone[i]'s protection[j] is calculated by following expression::
     = (total sums of managed_pages from zone[i+1] to zone[j] on the node)
       / lowmem_reserve_ratio[i];
   (i = j):
-     (should not be protected. = 0;
+     (should not be protected. = 0)
   (i > j):
      (not necessary, but looks 0)
 
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-09-03  6:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-02 15:23 [PATCH] Documentation: admin-guide: Fix bracket Manuel Ebner
2026-09-02 17:26 ` Randy Dunlap
2026-09-03  6:32   ` Manuel Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox