summaryrefslogtreecommitdiff
path: root/mm/damon/ops-common.c
diff options
context:
space:
mode:
authorEnze Li <lienze@kylinos.cn>2025-05-30 13:31:15 +0800
committerAndrew Morton <akpm@linux-foundation.org>2025-06-05 21:55:41 -0700
commitea68ea9091d3d3c297a4c40efd837e0d9e12c88b (patch)
treefe4cd737c3f5c0717bdfb6943778ccee3a49c7fe /mm/damon/ops-common.c
parent546b1c9e93c2bb8cf5ed24e0be1c86bb089b3253 (diff)
mm/damon: s/primitives/code/ on comments
The word 'primitive' is not explicit. To make the code more easily understood, this commit renames 'primitives' to 'code' in header comments of some source files. Link: https://lkml.kernel.org/r/20250530053115.153238-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>
Diffstat (limited to 'mm/damon/ops-common.c')
-rw-r--r--mm/damon/ops-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/damon/ops-common.c b/mm/damon/ops-common.c
index 0db1fc70c84d..b43620fee6bb 100644
--- a/mm/damon/ops-common.c
+++ b/mm/damon/ops-common.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Common Primitives for Data Access Monitoring
+ * Common Code for Data Access Monitoring
*
* Author: SeongJae Park <sj@kernel.org>
*/