Message ID | 27a3fc9b-436d-43f2-a8ff-b2d68922009b@linuxfoundation.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 120434e5b305defa1fb1e7a38421ed08f93243d5 |
Delegated to: | Brendan Higgins |
Headers | show |
Series | [GIT,PULL] KUnit fixes second update for Linux 6.11-rc7 | expand |
The pull request you sent on Fri, 6 Sep 2024 14:46:31 -0600:
> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux_kselftest-kunit-fixes-6.11-rc7-2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b31c4492884252a8360f312a0ac2049349ddf603
Thank you!
diff --git a/include/kunit/test.h b/include/kunit/test.h index 5ac237c949a0..34b71e42fb10 100644 --- a/include/kunit/test.h +++ b/include/kunit/test.h @@ -484,6 +484,7 @@ static inline void *kunit_kcalloc(struct kunit *test, size_t n, size_t size, gfp /** * kunit_kfree_const() - conditionally free test managed memory + * @test: The test context object. * @x: pointer to the memory * * Calls kunit_kfree() only if @x is not in .rodata section.