Re: [PATCH 1/4] Docs/ABI/damon: fix typo in intervals_goal sysfs path

From: SJ Park

Date: Fri Jul 10 2026 - 10:31:27 EST


On Fri, 10 Jul 2026 12:47:34 +0800 Song Hu <husong@xxxxxxxxxx> wrote:

> The ABI document spells the DAMON sysfs directory as "intrvals_goal"
> (missing 'e') in four What: entries, but the kernel creates it as
> "intervals_goal" (mm/damon/sysfs.c). Following the documented path
> therefore yields a non-existent directory.

Nice catch!

>
> Fixes: e2b23dc62369 ("Docs/ABI/damon: document intervals auto-tuning ABI")
> Cc: stable@xxxxxxxxxxxxxxx
> Signed-off-by: Song Hu <husong@xxxxxxxxxx>

Reviewed-by: SJ Park <sj@xxxxxxxxxx>


Thanks,
SJ

[...]