mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
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:
parent
a7797e74bd
commit
1477b8cd26
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user