Skip to content

Commit 07d1e0c

Browse files
leitaokuba-moo
authored andcommitted
net: fill in MODULE_DESCRIPTION()s for litex
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to the LiteX Liteeth Ethernet device. Signed-off-by: Breno Leitao <leitao@debian.org> Acked-by: Gabriel Somlo <gsomlo@gmail.com> Link: https://lore.kernel.org/r/20240123190332.677489-10-leitao@debian.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 8183c47 commit 07d1e0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/net/ethernet/litex/litex_liteeth.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,5 @@ static struct platform_driver liteeth_driver = {
318318
module_platform_driver(liteeth_driver);
319319

320320
MODULE_AUTHOR("Joel Stanley <joel@jms.id.au>");
321+
MODULE_DESCRIPTION("LiteX Liteeth Ethernet driver");
321322
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)