projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5575044
)
ixgbe: fix version string for ixgbe
author
Don Skidmore
<
[email protected]
>
Mon, 19 Jul 2010 14:00:47 +0000
(14:00 +0000)
committer
David S. Miller
<
[email protected]
>
Tue, 20 Jul 2010 03:23:38 +0000
(20:23 -0700)
Bump the version string to better reflect what is in the driver.
Signed-off-by: Don Skidmore <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ixgbe/ixgbe_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ixgbe/ixgbe_main.c
b/drivers/net/ixgbe/ixgbe_main.c
index 7d619d620f2e7b94861a6e346a89fa6d58dd8daf..920375951454294f86f5cea0f38b0cfe00caa38a 100644
(file)
--- a/
drivers/net/ixgbe/ixgbe_main.c
+++ b/
drivers/net/ixgbe/ixgbe_main.c
@@
-52,7
+52,7
@@
char ixgbe_driver_name[] = "ixgbe";
static const char ixgbe_driver_string[] =
"Intel(R) 10 Gigabit PCI Express Network Driver";
-#define DRV_VERSION "2.0.
62
-k2"
+#define DRV_VERSION "2.0.
84
-k2"
const char ixgbe_driver_version[] = DRV_VERSION;
static char ixgbe_copyright[] = "Copyright (c) 1999-2010 Intel Corporation.";