net: fill in MODULE_DESCRIPTION()s for ec_bhf
authorBreno Leitao <leitao@debian.org>
Thu, 25 Jan 2024 19:34:17 +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 Beckhoff CX5020 EtherCAT Ethernet driver.

Signed-off-by: Breno Leitao <leitao@debian.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ec_bhf.c

index c2c5c589a5e329af4e3c5610122dea7289abbad1..44af1d13d9317086c7988ee826d9137bb759912d 100644 (file)
@@ -590,5 +590,6 @@ module_pci_driver(pci_driver);
 module_param(polling_frequency, long, 0444);
 MODULE_PARM_DESC(polling_frequency, "Polling timer frequency in ns");
 
+MODULE_DESCRIPTION("Beckhoff CX5020 EtherCAT Ethernet driver");
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Dariusz Marcinkiewicz <reksio@newterm.pl>");