Skip to content

Commit 2d0a9eb

Browse files
KAGA-KOKOingomolnar
authored andcommitted
time/kunit: Add missing MODULE_LICENSE()
[ mingo: MODULE_LICENSE() takes a string. ] Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 2760105 commit 2d0a9eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)