Skip to content

Commit 5a5696a

Browse files
jeff-t-johnsonkeithbusch
authored andcommitted
nvme-apple: add missing MODULE_DESCRIPTION()
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> Signed-off-by: Keith Busch <kbusch@kernel.org>
1 parent f31e85a commit 5a5696a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/nvme/host/apple.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,4 +1602,5 @@ static struct platform_driver apple_nvme_driver = {
16021602
module_platform_driver(apple_nvme_driver);
16031603

16041604
MODULE_AUTHOR("Sven Peter <sven@svenpeter.dev>");
1605+
MODULE_DESCRIPTION("Apple ANS NVM Express device driver");
16051606
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)