Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: arcnet: com20020-isa: add missing MODULE_DESCRIPTION() macro

With ARCH=m68k, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/arcnet/com20020-isa.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240618-md-m68k-drivers-net-arcnet-v1-1-90e42bc58102@quicinc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Jeff Johnson and committed by
Jakub Kicinski
e6fed015 3d49ee21

+1
+1
drivers/net/arcnet/com20020-isa.c
··· 137 137 module_param(clockp, int, 0); 138 138 module_param(clockm, int, 0); 139 139 140 + MODULE_DESCRIPTION("ARCnet COM20020 chipset ISA driver"); 140 141 MODULE_LICENSE("GPL"); 141 142 142 143 static struct net_device *my_dev;