[PATCH 6/6] Docs/mm/damon/design: fix typos in temporal auto-tuning algorithm section

From: SJ Park

Date: Mon Sep 14 2026 - 10:22:03 EST


From: Liew Rui Yan <aethernet65535@xxxxxxxxx>

Correct incorrect references of "quota" to "goal" in the temporal
auto-tuning algorithm description and fix the square bracket formatting.

Signed-off-by: Liew Rui Yan <aethernet65535@xxxxxxxxx>
Reviewed-by: SJ Park <sj@xxxxxxxxxx>
Signed-off-by: SJ Park <sj@xxxxxxxxxx>
---
Changes from v1
- v1: https://lore.kernel.org/20260911093314.156875-1-aethernet65535@xxxxxxxxx
- Collect R-b: from SJ.
- Rebase to latest mm-new.

Documentation/mm/damon/design.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/mm/damon/design.rst b/Documentation/mm/damon/design.rst
index ad09416dfb21a..707170bcd1b33 100644
--- a/Documentation/mm/damon/design.rst
+++ b/Documentation/mm/damon/design.rst
@@ -694,8 +694,8 @@ There are two such tuning algorithms that users can select as they need.
This is the default selection. If unsure, use this.
- ``temporal``: More straightforward algorithm. Tries to achieve the goal as
fast as possible, using maximum allowed quota, but only for a temporal short
- time. When the quota is under-achieved, this algorithm keeps tuning quota to
- a maximum allowed one. Once the quota is [over]-achieved, this sets the
+ time. When the goal is under-achieved, this algorithm keeps tuning quota to
+ a maximum allowed one. Once the goal is [over-]achieved, this sets the
quota zero. Useful for deterministic control required environments. Note
that the zero quota is a valid quota, and therefore ``qt_exceeds`` :ref:`stat
<damon_design_damos_stat>` will keep increasing in this case.
--
2.47.3