]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: alloc: kvec: simplify KUnit test module name to "rust_kvec"
authorHui Zhu <zhuhui@kylinos.cn>
Thu, 31 Jul 2025 02:50:07 +0000 (10:50 +0800)
committerDanilo Krummrich <dakr@kernel.org>
Wed, 13 Aug 2025 16:52:31 +0000 (18:52 +0200)
commita55498c7d8a651ca5c7b8169e84d48af77e60723
tree81fae5a21639ddf64e318d47f16d677a94d4be62
parent7cedf7345cce7a12c28cce8df0bdc8a62d4ca438
rust: alloc: kvec: simplify KUnit test module name to "rust_kvec"

Remove redundant "_kunit" suffix from test module name.

The naming is now consistent with other Rust components as the test
context is already implied by the #[kunit_tests] macro and test module
location.

Co-developed-by: Geliang Tang <geliang@kernel.org>
Signed-off-by: Geliang Tang <geliang@kernel.org>
Signed-off-by: Hui Zhu <zhuhui@kylinos.cn>
Reviewed-by: David Gow <davidgow@google.com>
Link: https://lore.kernel.org/r/4eb554c3bf03dd4f9e6dea659497938baab61dba.1753929369.git.zhuhui@kylinos.cn
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/alloc/kvec.rs