* [PATCH v2] nvme-apple: add missing MODULE_DESCRIPTION()
@ 2024-06-20 16:42 Jeff Johnson
2024-06-21 18:46 ` Keith Busch
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Johnson @ 2024-06-20 16:42 UTC (permalink / raw)
To: Hector Martin, Sven Peter, Alyssa Rosenzweig, Keith Busch,
Jens Axboe, Christoph Hellwig, Sagi Grimberg
Cc: asahi, linux-arm-kernel, linux-nvme, linux-kernel,
kernel-janitors, Eric Curtin, Jeff Johnson
make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/nvme/host/nvme-apple.o
Add the missing invocation of the MODULE_DESCRIPTION() macro.
Reviewed-by: Eric Curtin <ecurtin@redhat.com>
Reviewed-by: Sven Peter <sven@svenpeter.dev>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
Changes in v2:
- Don't see this is linux-next yet so rebased to 6.10-rc4 (no patch change)
- Picked up the Reviewed-by tags
- Link to v1: https://lore.kernel.org/r/20240530-md-nvme-apple-v1-1-b8b7ca569660@quicinc.com
---
drivers/nvme/host/apple.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/nvme/host/apple.c b/drivers/nvme/host/apple.c
index dd6ec0865141..0cfa39361d3b 100644
--- a/drivers/nvme/host/apple.c
+++ b/drivers/nvme/host/apple.c
@@ -1602,4 +1602,5 @@ static struct platform_driver apple_nvme_driver = {
module_platform_driver(apple_nvme_driver);
MODULE_AUTHOR("Sven Peter <sven@svenpeter.dev>");
+MODULE_DESCRIPTION("Apple ANS NVM Express device driver");
MODULE_LICENSE("GPL");
---
base-commit: 6ba59ff4227927d3a8530fc2973b80e94b54d58f
change-id: 20240530-md-nvme-apple-e0edb9b98c45
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH v2] nvme-apple: add missing MODULE_DESCRIPTION()
2024-06-20 16:42 [PATCH v2] nvme-apple: add missing MODULE_DESCRIPTION() Jeff Johnson
@ 2024-06-21 18:46 ` Keith Busch
0 siblings, 0 replies; 2+ messages in thread
From: Keith Busch @ 2024-06-21 18:46 UTC (permalink / raw)
To: Jeff Johnson
Cc: Hector Martin, Sven Peter, Alyssa Rosenzweig, Jens Axboe,
Christoph Hellwig, Sagi Grimberg, asahi, linux-arm-kernel,
linux-nvme, linux-kernel, kernel-janitors, Eric Curtin
On Thu, Jun 20, 2024 at 09:42:18AM -0700, Jeff Johnson wrote:
> make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/nvme/host/nvme-apple.o
>
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
Applied to nvme-6.10.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-21 18:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20 16:42 [PATCH v2] nvme-apple: add missing MODULE_DESCRIPTION() Jeff Johnson
2024-06-21 18:46 ` Keith Busch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox