mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 09:13:38 +00:00
net: fill in MODULE_DESCRIPTION()s for fddik/skfp
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to the SysKonnect FDDI PCI module. Signed-off-by: Breno Leitao <leitao@debian.org> Link: https://lore.kernel.org/r/20240214152741.670178-5-leitao@debian.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
44c1197bce
commit
4ad9e85874
@ -153,6 +153,7 @@ static const struct pci_device_id skfddi_pci_tbl[] = {
|
||||
{ } /* Terminating entry */
|
||||
};
|
||||
MODULE_DEVICE_TABLE(pci, skfddi_pci_tbl);
|
||||
MODULE_DESCRIPTION("SysKonnect FDDI PCI driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Mirko Lindner <mlindner@syskonnect.de>");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user