]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kunit: Clarify kunit_skip() argument name
authorKevin Brodsky <kevin.brodsky@arm.com>
Mon, 17 Feb 2025 14:00:08 +0000 (14:00 +0000)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 18 Feb 2025 21:28:11 +0000 (14:28 -0700)
commit0619a4868fc1b32b07fb9ed6c69adc5e5cf4e4b2
treef1404a2e120db9d3e1b34142ef1ed26b085d04b2
parent43ebec94e1e8f6187c67bbe395b304a03ee63de5
kunit: Clarify kunit_skip() argument name

kunit_skip() and kunit_mark_skipped() can only be passed a pointer
to a struct kunit, not struct kunit_suite (only kunit_log() actually
supports both). Rename their first argument accordingly.

Link: https://lore.kernel.org/r/20250217140008.1941287-1-kevin.brodsky@arm.com
Signed-off-by: Kevin Brodsky <kevin.brodsky@arm.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
include/kunit/test.h