mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ixgbevf: remove 82599 from the module description
This patch removes 82599 from the description of the ixgbevf module since the VF driver is supported on other parts as well. Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
5d7daa35b9
commit
b8ce18cdfa
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ static DEFINE_PCI_DEVICE_TABLE(ixgbevf_pci_tbl) = {
|
||||||
MODULE_DEVICE_TABLE(pci, ixgbevf_pci_tbl);
|
MODULE_DEVICE_TABLE(pci, ixgbevf_pci_tbl);
|
||||||
|
|
||||||
MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
|
MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
|
||||||
MODULE_DESCRIPTION("Intel(R) 82599 Virtual Function Driver");
|
MODULE_DESCRIPTION("Intel(R) 10 Gigabit Virtual Function Network Driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_VERSION(DRV_VERSION);
|
MODULE_VERSION(DRV_VERSION);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue