Skip to content

Commit

Permalink
i40evf: change branding string
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mitch Williams authored and Jeff Kirsher committed Jul 1, 2014
1 parent 8efd8e7 commit 0af56f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/intel/i40evf/i40evf_main.c
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ static int i40evf_close(struct net_device *netdev);

char i40evf_driver_name[] = "i40evf";
static const char i40evf_driver_string[] =
"Intel(R) XL710 X710 Virtual Function Network Driver";
"Intel(R) XL710/X710 Virtual Function Network Driver";

#define DRV_VERSION "0.9.36"
const char i40evf_driver_version[] = DRV_VERSION;

0 comments on commit 0af56f4

Please sign in to comment.