diff options
| author | Greg Rose <gregory.v.rose@intel.com> | 2011-05-18 22:11:45 -0400 |
|---|---|---|
| committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-09 23:40:39 -0400 |
| commit | 1057c42747ebf4d1cbaa2ab6125b92914b8ec622 (patch) | |
| tree | aa141b4e1ad35469c97cc16a207d73b649f710c1 /drivers/net/ixgbevf | |
| parent | c7ac8679bec9397afe8918f788cbcef88c38da54 (diff) | |
ixgbevf: Update the driver string
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Evan Swanson <evan.swanson@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ixgbevf')
| -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 28d3cb21d376..b2c5ecda7977 100644 --- a/drivers/net/ixgbevf/ixgbevf_main.c +++ b/drivers/net/ixgbevf/ixgbevf_main.c | |||
| @@ -52,7 +52,7 @@ char ixgbevf_driver_name[] = "ixgbevf"; | |||
| 52 | static const char ixgbevf_driver_string[] = | 52 | static const char ixgbevf_driver_string[] = |
| 53 | "Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver"; | 53 | "Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver"; |
| 54 | 54 | ||
| 55 | #define DRV_VERSION "2.0.0-k2" | 55 | #define DRV_VERSION "2.1.0-k" |
| 56 | const char ixgbevf_driver_version[] = DRV_VERSION; | 56 | const char ixgbevf_driver_version[] = DRV_VERSION; |
| 57 | static char ixgbevf_copyright[] = | 57 | static char ixgbevf_copyright[] = |
| 58 | "Copyright (c) 2009 - 2010 Intel Corporation."; | 58 | "Copyright (c) 2009 - 2010 Intel Corporation."; |
