Skip to content

Commit 2176603

Browse files
dramforeverPaul Walmsley
authored andcommitted
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>
1 parent c42458f commit 2176603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/riscv/kernel/tests/kprobes/test-kprobes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static struct kunit_case kprobes_testcases[] = {
4949
};
5050

5151
static struct kunit_suite kprobes_test_suite = {
52-
.name = "kprobes_test_riscv",
52+
.name = "kprobes_riscv",
5353
.test_cases = kprobes_testcases,
5454
};
5555

0 commit comments

Comments
 (0)