lkml.org 
[lkml]   [2021]   [Jun]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[tip: timers/core] time/kunit: Add missing MODULE_LICENSE()
The following commit has been merged into the timers/core branch of tip:

Commit-ID: 34c7342ac1b4e496315fb615d2a1309df8400403
Gitweb: https://git.kernel.org/tip/34c7342ac1b4e496315fb615d2a1309df8400403
Author: Thomas Gleixner <tglx@linutronix.de>
AuthorDate: Sat, 26 Jun 2021 22:44:11 +02:00
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Sat, 26 Jun 2021 22:47:32 +02:00

time/kunit: Add missing MODULE_LICENSE()

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
kernel/time/time_test.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/kernel/time/time_test.c b/kernel/time/time_test.c
index 341ebfa..a064a7c 100644
--- 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);
\
 
 \ /
  Last update: 2021-06-26 22:50    [W:0.037 / U:0.440 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site