]> www.infradead.org Git - users/hch/xfs.git/commit
EDAC: Add missing MODULE_DESCRIPTION() macros
authorJeff Johnson <quic_jjohnson@quicinc.com>
Mon, 17 Jun 2024 19:53:52 +0000 (12:53 -0700)
committerBorislav Petkov (AMD) <bp@alien8.de>
Sat, 29 Jun 2024 14:21:01 +0000 (16:21 +0200)
commit3afa157f43b3671f8453ac41dc8651c1feb76179
tree093cb78684580e00749fbdcfe1e5da73d81342be
parent420c324d59534a660f4d63fca1d6a02993c0c118
EDAC: Add missing MODULE_DESCRIPTION() macros

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.

  [ bp: s/module/driver/ for layerscape_edac ]

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20240617-md-arm64-drivers-edac-v2-1-6d6c5dd1e5da@quicinc.com
drivers/edac/layerscape_edac.c
drivers/edac/mpc85xx_edac.c
drivers/edac/octeon_edac-l2c.c
drivers/edac/octeon_edac-lmc.c
drivers/edac/octeon_edac-pc.c
drivers/edac/octeon_edac-pci.c