Skip to content

Commit 07c42d2

Browse files
leitaokuba-moo
authored andcommitted
net: fill in MODULE_DESCRIPTION()s for enetc
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to the NXP ENETC Ethernet driver. Signed-off-by: Breno Leitao <leitao@debian.org> Link: https://lore.kernel.org/r/20240123190332.677489-7-leitao@debian.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 27881ca commit 07c42d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/net/ethernet/freescale/enetc

drivers/net/ethernet/freescale/enetc/enetc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3216,4 +3216,5 @@ void enetc_pci_remove(struct pci_dev *pdev)
32163216
}
32173217
EXPORT_SYMBOL_GPL(enetc_pci_remove);
32183218

3219+
MODULE_DESCRIPTION("NXP ENETC Ethernet driver");
32193220
MODULE_LICENSE("Dual BSD/GPL");

0 commit comments

Comments
 (0)