Message ID | 20250411073800.1444481-1-lienze@kylinos.cn (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | samples/damon/prcl: Fix a comment typo | expand |
On Fri, 11 Apr 2025 15:38:00 +0800 Enze Li <lienze@kylinos.cn> wrote: > This patch just fixes a typo in the comment. > > s/regiosn/regions Nice finding, thank you for fixing this! > > Signed-off-by: Enze Li <lienze@kylinos.cn> Reviewed-by: SeongJae Park <sj@kernel.org> Thanks, SJ [...]
+ Andrew On Fri, 11 Apr 2025 09:36:50 -0700 SeongJae Park <sj@kernel.org> wrote: > On Fri, 11 Apr 2025 15:38:00 +0800 Enze Li <lienze@kylinos.cn> wrote: > > > This patch just fixes a typo in the comment. > > > > s/regiosn/regions > > Nice finding, thank you for fixing this! > > > > > Signed-off-by: Enze Li <lienze@kylinos.cn> > > Reviewed-by: SeongJae Park <sj@kernel.org> Thanks, SJ [...]
diff --git a/samples/damon/prcl.c b/samples/damon/prcl.c index c3acbdab7a62..056b1b21a0fe 100644 --- a/samples/damon/prcl.c +++ b/samples/damon/prcl.c @@ -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
This patch just fixes a typo in the comment. s/regiosn/regions Signed-off-by: Enze Li <lienze@kylinos.cn> --- samples/damon/prcl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) base-commit: 900241a5cc15e6e0709a012051cc72d224cd6a6e