Skip to content

Commit 5a5696a

Browse files
Jeff 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 <[email protected]> Reviewed-by: Sven Peter <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Keith Busch <[email protected]>
1 parent f31e85a commit 5a5696a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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 <[email protected]>");
1605+
MODULE_DESCRIPTION("Apple ANS NVM Express device driver");
16051606
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)