commit | 0619a4868fc1b32b07fb9ed6c69adc5e5cf4e4b2 | [log] [tgz] |
---|---|---|
author | Kevin Brodsky <kevin.brodsky@arm.com> | Mon Feb 17 14:00:08 2025 +0000 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Tue Feb 18 14:28:11 2025 -0700 |
tree | f1404a2e120db9d3e1b34142ef1ed26b085d04b2 | |
parent | 43ebec94e1e8f6187c67bbe395b304a03ee63de5 [diff] |
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>