Linux Documentation
 help / color / mirror / Atom feed
* [PATCH v2] Documentation: admin-guide: Fix bracket
@ 2026-09-03 15:49 Manuel Ebner
  2026-09-07 16:41 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Manuel Ebner @ 2026-09-03 15:49 UTC (permalink / raw)
  To: Jonathan Corbet, Shuah Khan
  Cc: Manuel Ebner, Randy Dunlap, linux-doc, linux-kernel

Add missing ')' and remove ';' to improve readability.

Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
---

[v2]
 Remove ';' as Randy Suggested
[v1]
 https://lore.kernel.org/all/20260902152347.708070-2-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..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] 2+ messages in thread

* Re: [PATCH v2] Documentation: admin-guide: Fix bracket
  2026-09-03 15:49 [PATCH v2] Documentation: admin-guide: Fix bracket Manuel Ebner
@ 2026-09-07 16:41 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2026-09-07 16:41 UTC (permalink / raw)
  To: Manuel Ebner, Shuah Khan
  Cc: Manuel Ebner, Randy Dunlap, linux-doc, linux-kernel

Manuel Ebner <manuelebnerli@mailbox.org> writes:

> Add missing ')' and remove ';' to improve readability.
>
> Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
> ---
>
> [v2]
>  Remove ';' as Randy Suggested
> [v1]
>  https://lore.kernel.org/all/20260902152347.708070-2-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..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)

Applied, thanks.

jon

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

end of thread, other threads:[~2026-09-07 16:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-03 15:49 [PATCH v2] Documentation: admin-guide: Fix bracket Manuel Ebner
2026-09-07 16:41 ` Jonathan Corbet

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