diff options
| author | Vivian Wang <wangruikang@iscas.ac.cn> | 2025-10-20 20:23:55 +0800 |
|---|---|---|
| committer | Paul Walmsley <pjw@kernel.org> | 2025-10-27 18:48:14 -0600 |
| commit | 217660325580d51c350726159703b2fcec2b95e3 (patch) | |
| tree | a9831b33e71a5928b7a5853725780042f67b4bae | |
| parent | riscv: Fix memory leak in module_frob_arch_sections() (diff) | |
| download | linux-217660325580d51c350726159703b2fcec2b95e3.tar.gz linux-217660325580d51c350726159703b2fcec2b95e3.zip | |
riscv: tests: Rename kprobes_test_riscv to kprobes_riscv
According to Documentation/dev-tools/kunit/style.rst a KUnit test suite
normally should not have "test" in the name. Rename it to follow the
style guide.
Signed-off-by: Vivian Wang <wangruikang@iscas.ac.cn>
Tested-by: Inochi Amaoto <inochiama@gmail.com>
Reviewed-by: Nam Cao <namcao@linutronix.de>
Link: https://lore.kernel.org/r/20251020-riscv-kunit-kconfig-fix-6-18-v1-1-d773b5d5ce48@iscas.ac.cn
Signed-off-by: Paul Walmsley <pjw@kernel.org>
| -rw-r--r-- | arch/riscv/kernel/tests/kprobes/test-kprobes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/kernel/tests/kprobes/test-kprobes.c b/arch/riscv/kernel/tests/kprobes/test-kprobes.c index 6f6cdfbf5a95..0716c88bcec7 100644 --- a/arch/riscv/kernel/tests/kprobes/test-kprobes.c +++ b/arch/riscv/kernel/tests/kprobes/test-kprobes.c @@ -49,7 +49,7 @@ static struct kunit_case kprobes_testcases[] = { }; static struct kunit_suite kprobes_test_suite = { - .name = "kprobes_test_riscv", + .name = "kprobes_riscv", .test_cases = kprobes_testcases, }; |
