]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
riscv: tests: Rename kprobes_test_riscv to kprobes_riscv
authorVivian Wang <wangruikang@iscas.ac.cn>
Mon, 20 Oct 2025 12:23:55 +0000 (20:23 +0800)
committerPaul Walmsley <pjw@kernel.org>
Tue, 28 Oct 2025 00:48:14 +0000 (18:48 -0600)
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>
arch/riscv/kernel/tests/kprobes/test-kprobes.c

index 6f6cdfbf5a95882ee3c998a1b0064ac196518582..0716c88bcec786ffd32744429aca72113c7f2fbc 100644 (file)
@@ -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,
 };