We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5debdd commit 359efc9Copy full SHA for 359efc9
drivers/pci/pci-pf-stub.c
@@ -39,4 +39,5 @@ static struct pci_driver pf_stub_driver = {
39
};
40
module_pci_driver(pf_stub_driver);
41
42
+MODULE_DESCRIPTION("SR-IOV PF stub driver with no functionality");
43
MODULE_LICENSE("GPL");
drivers/pci/pci-stub.c
@@ -92,5 +92,6 @@ static void __exit pci_stub_exit(void)
92
module_init(pci_stub_init);
93
module_exit(pci_stub_exit);
94
95
+MODULE_DESCRIPTION("VM device assignment stub driver");
96
97
MODULE_AUTHOR("Chris Wright <[email protected]>");
0 commit comments