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

Configure Feed

Select the types of activity you want to include in your feed.

net: smc9194: add missing MODULE_DESCRIPTION() macro

With ARCH=m68k, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/ethernet/smsc/smc9194.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-ethernet-smsc-v1-1-ad3d7200421e@quicinc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Jeff Johnson and committed by
Jakub Kicinski
2b0cd6b7 5e736135

+1
+1
drivers/net/ethernet/smsc/smc9194.c
··· 1501 1501 #ifdef MODULE 1502 1502 1503 1503 static struct net_device *devSMC9194; 1504 + MODULE_DESCRIPTION("SMC 9194 Ethernet driver"); 1504 1505 MODULE_LICENSE("GPL"); 1505 1506 1506 1507 module_param_hw(io, int, ioport, 0);