From: Danilo Krummrich <dakr@kernel.org>
To: gregkh@linuxfoundation.org, rafael@kernel.org,
tzungbi@kernel.org, broonie@kernel.org
Cc: linux-kernel@vger.kernel.org, Danilo Krummrich <dakr@kernel.org>
Subject: [PATCH] revocable: fix missing module license and description
Date: Mon, 19 Jan 2026 20:51:15 +0100 [thread overview]
Message-ID: <20260119195141.12843-1-dakr@kernel.org> (raw)
Fix missing MODULE_LICENSE() and MODULE_DESCRIPTION() in the revocable
Kunit test module.
Reported-by: Mark Brown <broonie@kernel.org>
Closes: https://lore.kernel.org/all/aW6GNvuQVNCUcoy-@sirena.org.uk/
Fixes: cd7693419bb5 ("revocable: Add Kunit test cases")
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
---
drivers/base/revocable_test.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/base/revocable_test.c b/drivers/base/revocable_test.c
index 28d46ce1ba0c..873a44082b6c 100644
--- a/drivers/base/revocable_test.c
+++ b/drivers/base/revocable_test.c
@@ -137,3 +137,6 @@ static struct kunit_suite revocable_test_suite = {
};
kunit_test_suite(revocable_test_suite);
+
+MODULE_DESCRIPTION("KUnit tests for the revocable API");
+MODULE_LICENSE("GPL");
base-commit: 744905705113a6ab4c38127f18cc0d71594cfaec
--
2.52.0
next reply other threads:[~2026-01-19 19:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-19 19:51 Danilo Krummrich [this message]
2026-01-20 6:04 ` [PATCH] revocable: fix missing module license and description Tzung-Bi Shih
2026-01-20 10:02 ` Danilo Krummrich
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=20260119195141.12843-1-dakr@kernel.org \
--to=dakr@kernel.org \
--cc=broonie@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael@kernel.org \
--cc=tzungbi@kernel.org \
/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