diff --git a/include/kunit/test.h b/include/kunit/test.h index dba5867c2621..037de35ae0ff 100644 --- a/include/kunit/test.h +++ b/include/kunit/test.h @@ -503,8 +503,8 @@ static inline int kunit_destroy_named_resource(struct kunit *test, } /** - * kunit_remove_resource: remove resource from resource list associated with - * test. + * kunit_remove_resource() - remove resource from resource list associated with + * test. * @test: The test context object. * @res: The resource to be removed. *