public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] revocable: fix missing module license and description
@ 2026-01-19 19:51 Danilo Krummrich
  2026-01-20  6:04 ` Tzung-Bi Shih
  2026-01-20 10:02 ` Danilo Krummrich
  0 siblings, 2 replies; 3+ messages in thread
From: Danilo Krummrich @ 2026-01-19 19:51 UTC (permalink / raw)
  To: gregkh, rafael, tzungbi, broonie; +Cc: linux-kernel, Danilo Krummrich

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] revocable: fix missing module license and description
  2026-01-19 19:51 [PATCH] revocable: fix missing module license and description Danilo Krummrich
@ 2026-01-20  6:04 ` Tzung-Bi Shih
  2026-01-20 10:02 ` Danilo Krummrich
  1 sibling, 0 replies; 3+ messages in thread
From: Tzung-Bi Shih @ 2026-01-20  6:04 UTC (permalink / raw)
  To: Danilo Krummrich; +Cc: gregkh, rafael, broonie, linux-kernel

On Mon, Jan 19, 2026 at 08:51:15PM +0100, Danilo Krummrich wrote:
> 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>

Thanks for fixing,
Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] revocable: fix missing module license and description
  2026-01-19 19:51 [PATCH] revocable: fix missing module license and description Danilo Krummrich
  2026-01-20  6:04 ` Tzung-Bi Shih
@ 2026-01-20 10:02 ` Danilo Krummrich
  1 sibling, 0 replies; 3+ messages in thread
From: Danilo Krummrich @ 2026-01-20 10:02 UTC (permalink / raw)
  To: gregkh, rafael, tzungbi, broonie; +Cc: linux-kernel

On Mon Jan 19, 2026 at 8:51 PM CET, Danilo Krummrich wrote:
> 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>

Applied to driver-core-next, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-20 10:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-19 19:51 [PATCH] revocable: fix missing module license and description Danilo Krummrich
2026-01-20  6:04 ` Tzung-Bi Shih
2026-01-20 10:02 ` Danilo Krummrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox