Commit 21766032 authored by Vivian Wang's avatar Vivian Wang Committed by Paul Walmsley
Browse files

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: default avatarVivian Wang <wangruikang@iscas.ac.cn>
Tested-by: default avatarInochi Amaoto <inochiama@gmail.com>
Reviewed-by: default avatarNam 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: default avatarPaul Walmsley <pjw@kernel.org>
parent c42458fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};