From: Lee Jones <lee@kernel.org>
To: Arunachalam <arun07172003@gmail.com>
Cc: Pavel Machek <pavel@kernel.org>,
linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] leds: cobalt-raq: add missing MODULE_DESCRIPTION
Date: Thu, 23 Jul 2026 16:59:32 +0100 [thread overview]
Message-ID: <20260723155932.GA3526803@google.com> (raw)
In-Reply-To: <20260716182100.9335-1-arun07172003@gmail.com>
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
prev parent reply other threads:[~2026-07-23 15:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-16 18:21 [PATCH 1/4] leds: cobalt-raq: add missing MODULE_DESCRIPTION Arunachalam
2026-07-23 15:59 ` Lee Jones [this message]
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=20260723155932.GA3526803@google.com \
--to=lee@kernel.org \
--cc=arun07172003@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=pavel@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