]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNIT
authorSeongJae Park <sj@kernel.org>
Mon, 28 Oct 2024 23:30:57 +0000 (16:30 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 1 Nov 2024 04:29:30 +0000 (21:29 -0700)
CONFIG_DAMON_SYSFS_KUNIT_TEST prompt is copied from that for DAMON debugfs
interface kunit tests, and not correctly updated.  Fix it.

Link: https://lkml.kernel.org/r/20241028233058.283381-6-sj@kernel.org
Fixes: b8ee5575f763 ("mm/damon/sysfs-test: add a unit test for damon_sysfs_set_targets()")
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Andrew Paniakin <apanyaki@amazon.com>
Cc: Brendan Higgins <brendan.higgins@linux.dev>
Cc: David Gow <davidgow@google.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/damon/Kconfig

index 35b72f88983a203c47115cb7aa04af54c751a97c..d0357f3e937214bb20d3cbfddfb0e4234b6a56e5 100644 (file)
@@ -60,7 +60,7 @@ config DAMON_SYSFS
          the interface for arbitrary data access monitoring.
 
 config DAMON_SYSFS_KUNIT_TEST
-       bool "Test for damon debugfs interface" if !KUNIT_ALL_TESTS
+       bool "Test for damon sysfs interface" if !KUNIT_ALL_TESTS
        depends on DAMON_SYSFS && KUNIT=y
        default KUNIT_ALL_TESTS
        help