From: Breno Leitao Date: Thu, 25 Jan 2024 19:34:15 +0000 (-0800) Subject: net: fill in MODULE_DESCRIPTION()s for dwmac-socfpga X-Git-Tag: v6.9-rc1~159^2~415^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23f487f70c73e31e72ecc0293ee3657da6c67425;p=thirdparty%2Fkernel%2Flinux.git net: fill in MODULE_DESCRIPTION()s for dwmac-socfpga W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to the STMicro DWMAC for Altera SOCs. Signed-off-by: Breno Leitao Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c index ba2ce776bd4df..68f85e4605cba 100644 --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c @@ -585,4 +585,5 @@ static struct platform_driver socfpga_dwmac_driver = { }; module_platform_driver(socfpga_dwmac_driver); +MODULE_DESCRIPTION("Altera SOC DWMAC Specific Glue layer"); MODULE_LICENSE("GPL v2");