From: Randy Dunlap <rd.dunlab@gmail.com>
To: LKML <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
Rikard Falkeborn <rikard.falkeborn@gmail.com>
Subject: [PATCH -next] lib/test_bits: add MODULE_LICENSE()
Date: Sun, 21 Jun 2020 22:26:11 -0700 [thread overview]
Message-ID: <dfc74524-0789-2827-4eff-476ddab65699@gmail.com> (raw)
From: Randy Dunlap <rd.dunlap@gmail.com>
Add MODULE_LICENSE() to prevent build warning:
WARNING: modpost: missing MODULE_LICENSE() in lib/test_bits.o
Signed-off-by: Randy Dunlap <rd.dunlap@gmail.com>
Cc: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
---
lib/test_bits.c | 2 ++
1 file changed, 2 insertions(+)
--- linux-next-20200621.orig/lib/test_bits.c
+++ linux-next-20200621/lib/test_bits.c
@@ -71,3 +71,5 @@ static struct kunit_suite bits_test_suit
.test_cases = bits_test_cases,
};
kunit_test_suite(bits_test_suite);
+
+MODULE_LICENSE("GPL");
reply other threads:[~2020-06-22 5:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=dfc74524-0789-2827-4eff-476ddab65699@gmail.com \
--to=rd.dunlab@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rikard.falkeborn@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox