projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9f7c53
)
ixgbevf: Fix Driver String
author
Greg Rose
<gregory.v.rose@intel.com>
Sat, 12 Mar 2011 02:01:29 +0000
(
02:01
+0000)
committer
Jeff Kirsher
<jeffrey.t.kirsher@intel.com>
Sat, 12 Mar 2011 12:09:06 +0000
(
04:09
-0800)
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>
drivers/net/ixgbevf/ixgbevf_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ixgbevf/ixgbevf_main.c
b/drivers/net/ixgbevf/ixgbevf_main.c
index
2f6bc31
..
054ab05
100644
(file)
--- a/
drivers/net/ixgbevf/ixgbevf_main.c
+++ b/
drivers/net/ixgbevf/ixgbevf_main.c
@@
-49,7
+49,7
@@
char ixgbevf_driver_name[] = "ixgbevf";
static const char ixgbevf_driver_string[] =
- "Intel(R)
82599 Virtual Function
";
+ "Intel(R)
10 Gigabit PCI Express Virtual Function Network Driver
";
#define DRV_VERSION "2.0.0-k2"
const char ixgbevf_driver_version[] = DRV_VERSION;