aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbevf
diff options
context:
space:
mode:
authorGreg Rose <gregory.v.rose@intel.com>2011-05-18 22:11:45 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-06-09 23:40:39 -0400
commit1057c42747ebf4d1cbaa2ab6125b92914b8ec622 (patch)
treeaa141b4e1ad35469c97cc16a207d73b649f710c1 /drivers/net/ixgbevf
parentc7ac8679bec9397afe8918f788cbcef88c38da54 (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbevf/ixgbevf_main.c b/drivers/net/ixgbevf/ixgbevf_main.c
index 28d3cb21d37..b2c5ecda797 100644
--- a/drivers/net/ixgbevf/ixgbevf_main.c
+++ b/drivers/net/ixgbevf/ixgbevf_main.c
@@ -52,7 +52,7 @@ char ixgbevf_driver_name[] = "ixgbevf";
52static const char ixgbevf_driver_string[] = 52static 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"
56const char ixgbevf_driver_version[] = DRV_VERSION; 56const char ixgbevf_driver_version[] = DRV_VERSION;
57static char ixgbevf_copyright[] = 57static char ixgbevf_copyright[] =
58 "Copyright (c) 2009 - 2010 Intel Corporation."; 58 "Copyright (c) 2009 - 2010 Intel Corporation.";