]> Git Repo - linux.git/commitdiff
time/kunit: Add missing MODULE_LICENSE()
authorThomas Gleixner <[email protected]>
Sat, 26 Jun 2021 20:44:11 +0000 (22:44 +0200)
committerIngo Molnar <[email protected]>
Mon, 28 Jun 2021 05:40:23 +0000 (07:40 +0200)
[ mingo: MODULE_LICENSE() takes a string. ]

Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
kernel/time/time_test.c

index 341ebfad5e99d49ebbf121a5194df7e696624123..831e8e779acef50cdcb5ced72b039fdd621ad0d4 100644 (file)
@@ -96,3 +96,4 @@ static struct kunit_suite time_test_suite = {
 };
 
 kunit_test_suite(time_test_suite);
+MODULE_LICENSE("GPL");
This page took 0.054697 seconds and 4 git commands to generate.