diff options
author | Jeff Johnson <quic_jjohnson@quicinc.com> | 2024-06-17 12:53:52 -0700 |
---|---|---|
committer | Borislav Petkov (AMD) <bp@alien8.de> | 2024-06-29 16:21:01 +0200 |
commit | 3afa157f43b3671f8453ac41dc8651c1feb76179 (patch) | |
tree | 093cb78684580e00749fbdcfe1e5da73d81342be /drivers/media | |
parent | 420c324d59534a660f4d63fca1d6a02993c0c118 (diff) |
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
Diffstat (limited to 'drivers/media')
0 files changed, 0 insertions, 0 deletions