samples/damon/prcl: fix a comment typo
This patch just fixes a typo in the comment. Link: https://lkml.kernel.org/r/20250411073800.1444481-1-lienze@kylinos.cn Signed-off-by: Enze Li <lienze@kylinos.cn> Reviewed-by: SeongJae Park <sj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* proactive reclamation: monitor access pattern of a given process, find
|
||||
* regiosn that seems not accessed, and proactively page out the regions.
|
||||
* regions that seems not accessed, and proactively page out the regions.
|
||||
*/
|
||||
|
||||
#define pr_fmt(fmt) "damon_sample_prcl: " fmt
|
||||
|
||||
Reference in New Issue
Block a user