diff options
author | Greg Rose <gregory.v.rose@intel.com> | 2011-03-11 21:01:29 -0500 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-03-12 07:09:06 -0500 |
commit | 422e05d12af9c1063d57210074b4e6db36a0cf39 (patch) | |
tree | 4cd1b858c1c3723ed2d05af40018b221b115b42f | |
parent | a9f7c5363b7d2d836ad2be2d96fd4af3fd0d349a (diff) |
ixgbevf: Fix Driver String
Change the driver string to match the PF driver string format.
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
-rw-r--r-- | drivers/net/ixgbevf/ixgbevf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbevf/ixgbevf_main.c b/drivers/net/ixgbevf/ixgbevf_main.c index 2f6bc31bc75b..054ab05b7c6a 100644 --- a/drivers/net/ixgbevf/ixgbevf_main.c +++ b/drivers/net/ixgbevf/ixgbevf_main.c | |||
@@ -49,7 +49,7 @@ | |||
49 | 49 | ||
50 | char ixgbevf_driver_name[] = "ixgbevf"; | 50 | char ixgbevf_driver_name[] = "ixgbevf"; |
51 | static const char ixgbevf_driver_string[] = | 51 | static const char ixgbevf_driver_string[] = |
52 | "Intel(R) 82599 Virtual Function"; | 52 | "Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver"; |
53 | 53 | ||
54 | #define DRV_VERSION "2.0.0-k2" | 54 | #define DRV_VERSION "2.0.0-k2" |
55 | const char ixgbevf_driver_version[] = DRV_VERSION; | 55 | const char ixgbevf_driver_version[] = DRV_VERSION; |