On Sat, Jun 15, 2024 at 07:34:50PM -0700, Jeff Johnson wrote: > With ARCH=s390, make allmodconfig && make W=1 C=1 reports: > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/s390/block/dcssblk.o > > Add the missing invocation of the MODULE_DESCRIPTION() macro. > > Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> > --- > drivers/s390/block/dcssblk.c | 1 + > 1 file changed, 1 insertion(+) Applied, thanks!