mirror of https://github.com/torvalds/linux.git
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:
parent
7449057051
commit
c259cd7ea3
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue