Skip to content

Commit 0bac6b1

Browse files
sjp38akpm00
authored andcommitted
mm/damon/sysfs-schemes: fix wrong comment on damons_sysfs_quota_goal_metric_strs
A comment on damos_sysfs_quota_goal_metric_strs is simply wrong, due to a copy-and-paste error. Fix it. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: SeongJae Park <[email protected]> Cc: Brendan Higgins <[email protected]> Cc: David Gow <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Shuah Khan <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 591c4c7 commit 0bac6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/damon/sysfs-schemes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ struct damos_sysfs_quota_goal {
940940
int nid;
941941
};
942942

943-
/* This should match with enum damos_action */
943+
/* This should match with enum damos_quota_goal_metric */
944944
static const char * const damos_sysfs_quota_goal_metric_strs[] = {
945945
"user_input",
946946
"some_mem_psi_us",

0 commit comments

Comments
 (0)