On 6/1/24 4:18 PM, Phillip Potter wrote: > From: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> > > 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. Applied, but change it to: MODULE_DESCRIPTION("Uniform CD-ROM driver"); as there's really no reason to state that it's "for Linux", it's a Linux driver after all. -- Jens Axboe