On Mon, Jun 17, 2024 at 12:53:52PM -0700, Jeff Johnson wrote: > With ARCH=arm64, make allmodconfig && make W=1 C=1 reports: > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/edac/layerscape_edac_mod.o > > Add the missing invocation of the MODULE_DESCRIPTION() macro to all > files which have a MODULE_LICENSE(). > > This includes mpc85xx_edac.c and four octeon_edac-*.c files which, > although they did not produce a warning with the arm64 allmodconfig > configuration, may cause this warning with other configurations. > > Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> > --- > Changes in v2: > - Updated to fix all missing MODULE_DESCRIPTION() macros in drivers/edac > - Link to v1: https://lore.kernel.org/r/20240613-md-arm64-drivers-edac-v1-1-149a4f0f61bb@xxxxxxxxxxx > - v1 subject: [PATCH] EDAC: layerscape: add missing MODULE_DESCRIPTION() macro > --- > drivers/edac/layerscape_edac.c | 1 + > drivers/edac/mpc85xx_edac.c | 1 + > drivers/edac/octeon_edac-l2c.c | 1 + > drivers/edac/octeon_edac-lmc.c | 1 + > drivers/edac/octeon_edac-pc.c | 1 + > drivers/edac/octeon_edac-pci.c | 1 + > 6 files changed, 6 insertions(+) Applied, thanks. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette