diff options
| author | Rae Moar <[email protected]> | 2023-08-17 19:14:51 +0000 |
|---|---|---|
| committer | Shuah Khan <[email protected]> | 2023-08-21 14:07:56 +0000 |
| commit | 25e324bc9cf2ee956eec1db384c39c1a17b7c44a (patch) | |
| tree | 13d0cfdd722a15e9732dacacb7c963ea65694614 /lib/kunit/attributes.c | |
| parent | kunit: replace KUNIT_TRIGGER_STATIC_STUB maro with KUNIT_STATIC_STUB_REDIRECT (diff) | |
| download | kernel-25e324bc9cf2ee956eec1db384c39c1a17b7c44a.tar.gz kernel-25e324bc9cf2ee956eec1db384c39c1a17b7c44a.zip | |
kunit: fix struct kunit_attr header
Add parameter descriptions to struct kunit_attr header for the
parameters attr_default and print.
Fixes: 39e92cb1e4a1 ("kunit: Add test attributes API structure")
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Rae Moar <[email protected]>
Reviewed-by: David Gow <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'lib/kunit/attributes.c')
| -rw-r--r-- | lib/kunit/attributes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/kunit/attributes.c b/lib/kunit/attributes.c index 5e3034b6be99..1b512f7e1838 100644 --- a/lib/kunit/attributes.c +++ b/lib/kunit/attributes.c @@ -30,6 +30,8 @@ enum print_ops { * attribute value * @filter: function to indicate whether a given attribute value passes a * filter + * @attr_default: default attribute value used during filtering + * @print: value of enum print_ops to indicate when to print attribute */ struct kunit_attr { const char *name; |
