diff options
author | Mitch Williams <mitch.a.williams@intel.com> | 2014-06-04 16:42:10 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2014-07-01 05:19:54 -0400 |
commit | 0af56f44313644d79ce67d843076520d0302e0fa (patch) | |
tree | 5e1c4280d760086e43c098faa53c171ab9f5bc62 | |
parent | 8efd8e7e821f3daa67ebd2e419646d89dda61f1a (diff) |
i40evf: change branding string
Add a slash to the branding string to reduce confusion and match up with
our other marketing materials.
Change-ID: I8229e8c3e43083b7a29c859a250f8d2d4dc46b9e
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
-rw-r--r-- | drivers/net/ethernet/intel/i40evf/i40evf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/i40evf/i40evf_main.c b/drivers/net/ethernet/intel/i40evf/i40evf_main.c index 8082a9fa5d10..64a267afc3fb 100644 --- a/drivers/net/ethernet/intel/i40evf/i40evf_main.c +++ b/drivers/net/ethernet/intel/i40evf/i40evf_main.c | |||
@@ -34,7 +34,7 @@ static int i40evf_close(struct net_device *netdev); | |||
34 | 34 | ||
35 | char i40evf_driver_name[] = "i40evf"; | 35 | char i40evf_driver_name[] = "i40evf"; |
36 | static const char i40evf_driver_string[] = | 36 | static const char i40evf_driver_string[] = |
37 | "Intel(R) XL710 X710 Virtual Function Network Driver"; | 37 | "Intel(R) XL710/X710 Virtual Function Network Driver"; |
38 | 38 | ||
39 | #define DRV_VERSION "0.9.36" | 39 | #define DRV_VERSION "0.9.36" |
40 | const char i40evf_driver_version[] = DRV_VERSION; | 40 | const char i40evf_driver_version[] = DRV_VERSION; |