Skip to content

Commit 2d0a9eb

Browse files
KAGA-KOKOIngo Molnar
authored andcommitted
time/kunit: Add missing MODULE_LICENSE()
[ mingo: MODULE_LICENSE() takes a string. ] Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
1 parent 2760105 commit 2d0a9eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/time/time_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ static struct kunit_suite time_test_suite = {
9696
};
9797

9898
kunit_test_suite(time_test_suite);
99+
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)