net: fill in MODULE_DESCRIPTION()s for dwmac-socfpga
authorBreno Leitao <leitao@debian.org>
Thu, 25 Jan 2024 19:34:15 +0000 (11:34 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Jan 2024 12:12:51 +0000 (12:12 +0000)
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 <leitao@debian.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c

index ba2ce77..68f85e4 100644 (file)
@@ -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");