Skip to content

Commit ea68ea9

Browse files
lienzeakpm00
authored andcommitted
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/[email protected] Signed-off-by: Enze Li <[email protected]> Reviewed-by: SeongJae Park <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 546b1c9 commit ea68ea9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

mm/damon/modules-common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* Common Primitives for DAMON Modules
3+
* Common Code for DAMON Modules
44
*
55
* Author: SeongJae Park <[email protected]>
66
*/

mm/damon/modules-common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
22
/*
3-
* Common Primitives for DAMON Modules
3+
* Common Code for DAMON Modules
44
*
55
* Author: SeongJae Park <[email protected]>
66
*/

mm/damon/ops-common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* Common Primitives for Data Access Monitoring
3+
* Common Code for Data Access Monitoring
44
*
55
* Author: SeongJae Park <[email protected]>
66
*/

mm/damon/ops-common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
22
/*
3-
* Common Primitives for Data Access Monitoring
3+
* Common Code for Data Access Monitoring
44
*
55
* Author: SeongJae Park <[email protected]>
66
*/

mm/damon/paddr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* DAMON Primitives for The Physical Address Space
3+
* DAMON Code for The Physical Address Space
44
*
55
* Author: SeongJae Park <[email protected]>
66
*/

mm/damon/sysfs-common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* Common Primitives for DAMON Sysfs Interface
3+
* Common Code for DAMON Sysfs Interface
44
*
55
* Author: SeongJae Park <[email protected]>
66
*/

mm/damon/sysfs-common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
22
/*
3-
* Common Primitives for DAMON Sysfs Interface
3+
* Common Code for DAMON Sysfs Interface
44
*
55
* Author: SeongJae Park <[email protected]>
66
*/

mm/damon/vaddr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* DAMON Primitives for Virtual Address Spaces
3+
* DAMON Code for Virtual Address Spaces
44
*
55
* Author: SeongJae Park <[email protected]>
66
*/

0 commit comments

Comments
 (0)