Re: [PATCH] mm/khugepaged: fix comment for default scan sleep duration
From: Dev Jain
Date: Wed Oct 15 2025 - 02:53:06 EST
On 15/10/25 12:13 pm, wang lian wrote:
The comment for khugepaged_scan_sleep_millisecs incorrectly states
the default scan period is 30 seconds. The actual default value in the
code is 10000ms (10 seconds).
This patch corrects the comment to match the code, preventing potential
confusion. The incorrect comment has existed since the feature was
first introduced.
Fixes: ba76149f47d8 ("thp: khugepaged")
Signed-off-by: wang lian <lianux.mm@xxxxxxxxx>
---
Reviewed-by: Dev Jain <dev.jain@xxxxxxx>