Re: [PATCH] kunit: Clarify kunit_skip() argument name

2025-02-17 Thread David Gow
On Mon, 17 Feb 2025 at 22:00, Kevin Brodsky wrote: > > 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. > > Signed-off-by: Kevin Brodsky > --- > Cc:

[PATCH] kunit: Clarify kunit_skip() argument name

2025-02-17 Thread Kevin Brodsky
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. Signed-off-by: Kevin Brodsky --- Cc: Brendan Higgins Cc: David Gow Cc: Rae Moar Cc: linux-kselft...@v