projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2760105
)
time/kunit: Add missing MODULE_LICENSE()
author
Thomas Gleixner
<tglx@linutronix.de>
Sat, 26 Jun 2021 20:44:11 +0000
(22:44 +0200)
committer
Ingo Molnar
<mingo@kernel.org>
Mon, 28 Jun 2021 05:40:23 +0000
(07:40 +0200)
[ mingo: MODULE_LICENSE() takes a string. ]
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/time/time_test.c
patch
|
blob
|
history
diff --git
a/kernel/time/time_test.c
b/kernel/time/time_test.c
index 341ebfad5e99d49ebbf121a5194df7e696624123..831e8e779acef50cdcb5ced72b039fdd621ad0d4 100644
(file)
--- a/
kernel/time/time_test.c
+++ b/
kernel/time/time_test.c
@@
-96,3
+96,4
@@
static struct kunit_suite time_test_suite = {
};
kunit_test_suite(time_test_suite);
+MODULE_LICENSE("GPL");