revocable: fix missing module license and description

Fix missing MODULE_LICENSE() and MODULE_DESCRIPTION() in the revocable
Kunit test module.

Reported-by: Mark Brown <broonie@kernel.org>
Closes: https://lore.kernel.org/all/aW6GNvuQVNCUcoy-@sirena.org.uk/
Fixes: cd7693419b ("revocable: Add Kunit test cases")
Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>
Link: https://patch.msgid.link/20260119195141.12843-1-dakr@kernel.org
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
This commit is contained in:
Danilo Krummrich 2026-01-19 20:51:15 +01:00
parent 7449057051
commit c259cd7ea3
1 changed files with 3 additions and 0 deletions

View File

@ -137,3 +137,6 @@ static struct kunit_suite revocable_test_suite = {
};
kunit_test_suite(revocable_test_suite);
MODULE_DESCRIPTION("KUnit tests for the revocable API");
MODULE_LICENSE("GPL");