Skip to content

Commit 85f86c5

Browse files
jeff-t-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 <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/lkml/20240530-cdrom-v1-1-51579c5c240a@quicinc.com Reviewed-by: Phillip Potter <phil@philpotter.co.uk> Link: https://lore.kernel.org/lkml/ZluYQbvrJkRlhnJC@KernelVM Signed-off-by: Phillip Potter <phil@philpotter.co.uk> Link: https://lore.kernel.org/r/20240601221816.136977-2-phil@philpotter.co.uk Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 8324bb7 commit 85f86c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)