Re: [PATCH 1/4] leds: cobalt-raq: add missing MODULE_DESCRIPTION
From: Lee Jones
Date: Thu Jul 23 2026 - 12:11:50 EST
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@xxxxxxxxx>
> ---
> 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