Skip to content

Commit 85f86c5

Browse files
Jeff Johnsonaxboe
authored andcommitted
cdrom: Add missing MODULE_DESCRIPTION()
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/cdrom/cdrom.o Add the missing MODULE_DESCRIPTION() macro invocation. Signed-off-by: Jeff Johnson <[email protected]> Link: https://lore.kernel.org/lkml/[email protected] Reviewed-by: Phillip Potter <[email protected]> Link: https://lore.kernel.org/lkml/ZluYQbvrJkRlhnJC@KernelVM Signed-off-by: Phillip Potter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 8324bb7 commit 85f86c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cdrom/cdrom.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3708,4 +3708,5 @@ static void __exit cdrom_exit(void)
37083708

37093709
module_init(cdrom_init);
37103710
module_exit(cdrom_exit);
3711+
MODULE_DESCRIPTION("Uniform CD-ROM driver");
37113712
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)