* [PATCH 1/4] leds: cobalt-raq: add missing MODULE_DESCRIPTION
@ 2026-07-16 18:21 Arunachalam
2026-07-23 15:59 ` Lee Jones
0 siblings, 1 reply; 2+ messages in thread
From: Arunachalam @ 2026-07-16 18:21 UTC (permalink / raw)
To: Lee Jones, Pavel Machek; +Cc: linux-leds, linux-kernel, Arunachalam
Add the missing MODULE_DESCRIPTION() macro, which is required by
modpost and was missing from this driver.
Signed-off-by: Arunachalam <arun07172003@gmail.com>
---
drivers/leds/leds-cobalt-raq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/leds/leds-cobalt-raq.c b/drivers/leds/leds-cobalt-raq.c
index 045c239c7..5b5acaa8c 100644
--- a/drivers/leds/leds-cobalt-raq.c
+++ b/drivers/leds/leds-cobalt-raq.c
@@ -101,5 +101,5 @@ static struct platform_driver cobalt_raq_led_driver = {
.name = "cobalt-raq-leds",
},
};
-
+MODULE_DESCRIPTION("LEDs driver for the Cobalt Raq series");
builtin_platform_driver(cobalt_raq_led_driver);
--
2.39.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH 1/4] leds: cobalt-raq: add missing MODULE_DESCRIPTION
2026-07-16 18:21 [PATCH 1/4] leds: cobalt-raq: add missing MODULE_DESCRIPTION Arunachalam
@ 2026-07-23 15:59 ` Lee Jones
0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2026-07-23 15:59 UTC (permalink / raw)
To: Arunachalam; +Cc: Pavel Machek, linux-leds, linux-kernel
Unfortunately, you've submitted this set un-threaded, so I cannot apply
it as a set. Please resubmit ensuring that you send them as threaded
next time.
On Thu, 16 Jul 2026, Arunachalam wrote:
> Add the missing MODULE_DESCRIPTION() macro, which is required by
> modpost and was missing from this driver.
>
> Signed-off-by: Arunachalam <arun07172003@gmail.com>
> ---
> drivers/leds/leds-cobalt-raq.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/leds/leds-cobalt-raq.c b/drivers/leds/leds-cobalt-raq.c
> index 045c239c7..5b5acaa8c 100644
> --- a/drivers/leds/leds-cobalt-raq.c
> +++ b/drivers/leds/leds-cobalt-raq.c
> @@ -101,5 +101,5 @@ static struct platform_driver cobalt_raq_led_driver = {
> .name = "cobalt-raq-leds",
> },
> };
> -
> +MODULE_DESCRIPTION("LEDs driver for the Cobalt Raq series");
> builtin_platform_driver(cobalt_raq_led_driver);
> --
> 2.39.5
>
--
Lee Jones
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-23 15:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-16 18:21 [PATCH 1/4] leds: cobalt-raq: add missing MODULE_DESCRIPTION Arunachalam
2026-07-23 15:59 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox