mm/damon: s/primitives/code/ on comments
authorEnze Li <lienze@kylinos.cn>
Fri, 30 May 2025 05:31:15 +0000 (13:31 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 6 Jun 2025 04:55:41 +0000 (21:55 -0700)
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>
mm/damon/modules-common.c
mm/damon/modules-common.h
mm/damon/ops-common.c
mm/damon/ops-common.h
mm/damon/paddr.c
mm/damon/sysfs-common.c
mm/damon/sysfs-common.h
mm/damon/vaddr.c

index 7cf96574cde7585fedf7b0d9f3e4841aeda798e2..86d58f8c4f63585d528f29ebd1d5afddb97ecf14 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Common Primitives for DAMON Modules
+ * Common Code for DAMON Modules
  *
  * Author: SeongJae Park <sj@kernel.org>
  */
index f49cdb4170051eb6cf8aa7a71846e2aee6c219f2..f103ad55636872b2bf61e1f526aad454ba9b02e7 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Common Primitives for DAMON Modules
+ * Common Code for DAMON Modules
  *
  * Author: SeongJae Park <sj@kernel.org>
  */
index 0db1fc70c84dcbad04d49d7da84cc49d1e4419d5..b43620fee6bb21436b63998b70c8742dbc252217 100644 (file)
@@ -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>
  */
index 18d837d11bcee96fd4190b3cac3f7895bb013801..cc9f5da9c012753f0fa2f3e708d498ee877ba33d 100644 (file)
@@ -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>
  */
index e8464f7e0014102d58d87d4048716263364103d6..4102a8c5f9926ddfc32405072bca84dea80bdab0 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * DAMON Primitives for The Physical Address Space
+ * DAMON Code for The Physical Address Space
  *
  * Author: SeongJae Park <sj@kernel.org>
  */
index 70edf45c21740a19e5c8161b28047c294ba3d133..ffaf285e241a1e3733a53caf9ec5a2829d8da097 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Common Primitives for DAMON Sysfs Interface
+ * Common Code for DAMON Sysfs Interface
  *
  * Author: SeongJae Park <sj@kernel.org>
  */
index 70d84bdc9f5fad5f21f6f1412152f481cdb8f975..2099adee11d0523f9752de722ac1ebea14e46563 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Common Primitives for DAMON Sysfs Interface
+ * Common Code for DAMON Sysfs Interface
  *
  * Author: SeongJae Park <sj@kernel.org>
  */
index e6d99106a7f9ab6df097a66dac0e9a0ca535dfee..46554e49a478950bd69938cb07328ea3449df430 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * DAMON Primitives for Virtual Address Spaces
+ * DAMON Code for Virtual Address Spaces
  *
  * Author: SeongJae Park <sj@kernel.org>
  */