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