Commit 73da5238 authored by SeongJae Park's avatar SeongJae Park Committed by Andrew Morton
Browse files

mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef comment

Closing part of double inclusion guarding macro for dbgfs-kunit.h was
copy-pasted from somewhere (maybe before the initial mainline merge of
DAMON), and not properly updated.  Fix it.

Link: https://lkml.kernel.org/r/20241028233058.283381-7-sj@kernel.org


Fixes: 17ccae8b ("mm/damon: add kunit tests")
Signed-off-by: default avatarSeongJae 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: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 12d02165
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,6 +168,6 @@ static struct kunit_suite damon_test_suite = {
};
kunit_test_suite(damon_test_suite);

#endif /* _DAMON_TEST_H */
#endif /* _DAMON_DBGFS_TEST_H */

#endif	/* CONFIG_DAMON_KUNIT_TEST */