kunit: fix struct kunit_attr header
authorRae Moar <rmoar@google.com>
Thu, 17 Aug 2023 19:14:51 +0000 (19:14 +0000)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 21 Aug 2023 14:07:56 +0000 (08:07 -0600)
commit25e324bc9cf2ee956eec1db384c39c1a17b7c44a
tree13d0cfdd722a15e9732dacacb7c963ea65694614
parent582eb3aeed2d06b122fba95518b84506d3d4ceb9
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 <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202308180127.VD7YRPGa-lkp@intel.com/

Signed-off-by: Rae Moar <rmoar@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/kunit/attributes.c