On Thu, Sep 05, 2024 at 10:47:55AM +0800, David Gow wrote:
Add a missing kerneldoc comment for the 'test' test context parameter, fixing the following warning:
include/kunit/test.h:492: warning: Function parameter or struct member 'test' not described in 'kunit_kfree_const'
Reported-by: Stephen Rothwell sfr@canb.auug.org.au Closes: https://lore.kernel.org/lkml/20240827160631.67e121ed@canb.auug.org.au/ Fixes: f2c6dbd22017 ("kunit: Device wrappers should also manage driver name") Signed-off-by: David Gow davidgow@google.com
Reviewed-by: Kees Cook kees@kernel.org