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: ethernet: mac89x0: 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/cirrus/mac89x0.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-cirrus-v1-1-07f5bd0b64cb@quicinc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Jeff Johnson and committed by
Jakub Kicinski
5e736135 deb9d576

+1
+1
drivers/net/ethernet/cirrus/mac89x0.c
··· 554 554 return 0; 555 555 } 556 556 557 + MODULE_DESCRIPTION("Macintosh CS89x0-based Ethernet driver"); 557 558 MODULE_LICENSE("GPL"); 558 559 559 560 static void mac89x0_device_remove(struct platform_device *pdev)