mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
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/20250513002715.40126-3-sj@kernel.org Signed-off-by: SeongJae Park <sj@kernel.org> Cc: Brendan Higgins <brendan.higgins@linux.dev> Cc: David Gow <davidgow@google.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
591c4c78be
commit
0bac6b1a11
|
|
@ -940,7 +940,7 @@ struct damos_sysfs_quota_goal {
|
|||
int nid;
|
||||
};
|
||||
|
||||
/* This should match with enum damos_action */
|
||||
/* This should match with enum damos_quota_goal_metric */
|
||||
static const char * const damos_sysfs_quota_goal_metric_strs[] = {
|
||||
"user_input",
|
||||
"some_mem_psi_us",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user