From: Damien Le Moal <dlemoal@kernel.org>
To: linux-ide@vger.kernel.org
Cc: Linus Walleij <linus.walleij@linaro.org>,
Sergey Shtylyov <s.shtylyov@omp.ru>
Subject: [PATCH 1/2] ata: pata_ftide010: Add missing MODULE_DESCRIPTION
Date: Thu, 24 Aug 2023 07:52:32 +0900 [thread overview]
Message-ID: <20230823225234.36354-2-dlemoal@kernel.org> (raw)
In-Reply-To: <20230823225234.36354-1-dlemoal@kernel.org>
Add the missing MODULE_DESCRIPTION() to avoid warnings such as:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/ata/pata_ftide010.o
when compiling with W=1.
Fixes: be4e456ed3a5 ("ata: Add driver for Faraday Technology FTIDE010")
Cc: stable@vger.kernel.org
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
---
drivers/ata/pata_ftide010.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/ata/pata_ftide010.c b/drivers/ata/pata_ftide010.c
index d77ee40115aa..4d6ef90ccc77 100644
--- a/drivers/ata/pata_ftide010.c
+++ b/drivers/ata/pata_ftide010.c
@@ -560,6 +560,7 @@ static struct platform_driver pata_ftide010_driver = {
};
module_platform_driver(pata_ftide010_driver);
+MODULE_DESCRIPTION("low level driver for Faraday Technology FTIDE010");
MODULE_AUTHOR("Linus Walleij <linus.walleij@linaro.org>");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:" DRV_NAME);
--
2.41.0
next prev parent reply other threads:[~2023-08-23 22:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-23 22:52 [PATCH 0/2] Fix compilation warnings Damien Le Moal
2023-08-23 22:52 ` Damien Le Moal [this message]
2023-08-23 22:52 ` [PATCH 2/2] ata: sata_gemini: Add missing MODULE_DESCRIPTION Damien Le Moal
2023-08-24 8:29 ` [PATCH 0/2] Fix compilation warnings Linus Walleij
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=20230823225234.36354-2-dlemoal@kernel.org \
--to=dlemoal@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-ide@vger.kernel.org \
--cc=s.shtylyov@omp.ru \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.