Skip to content

Commit b31c449

Browse files
committed
Merge tag 'linux_kselftest-kunit-fixes-6.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
PullKUnit fix from Shuah Khan: "Fix to a missing function parameter warning found during documentation build in linux-next" * tag 'linux_kselftest-kunit-fixes-6.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: kunit: Fix missing kerneldoc comment
2 parents 487ee43 + 12cb32a commit b31c449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/kunit/test.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ static inline void *kunit_kcalloc(struct kunit *test, size_t n, size_t size, gfp
484484

485485
/**
486486
* kunit_kfree_const() - conditionally free test managed memory
487+
* @test: The test context object.
487488
* @x: pointer to the memory
488489
*
489490
* Calls kunit_kfree() only if @x is not in .rodata section.

0 commit comments

Comments
 (0)