aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge/vxge-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/vxge/vxge-main.c')
-rw-r--r--drivers/net/vxge/vxge-main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/vxge/vxge-main.c b/drivers/net/vxge/vxge-main.c
index 48f17321a66..94d87e80abc 100644
--- a/drivers/net/vxge/vxge-main.c
+++ b/drivers/net/vxge/vxge-main.c
@@ -7,9 +7,9 @@
7* system is licensed under the GPL. 7* system is licensed under the GPL.
8* See the file COPYING in this distribution for more information. 8* See the file COPYING in this distribution for more information.
9* 9*
10* vxge-main.c: Driver for Neterion Inc's X3100 Series 10GbE PCIe I/O 10* vxge-main.c: Driver for Exar Corp's X3100 Series 10GbE PCIe I/O
11* Virtualized Server Adapter. 11* Virtualized Server Adapter.
12* Copyright(c) 2002-2009 Neterion Inc. 12* Copyright(c) 2002-2010 Exar Corp.
13* 13*
14* The module loadable parameters that are supported by the driver and a brief 14* The module loadable parameters that are supported by the driver and a brief
15* explanation of all the variables: 15* explanation of all the variables:
@@ -4433,7 +4433,7 @@ vxge_starter(void)
4433 char version[32]; 4433 char version[32];
4434 snprintf(version, 32, "%s", DRV_VERSION); 4434 snprintf(version, 32, "%s", DRV_VERSION);
4435 4435
4436 printk(KERN_INFO "%s: Copyright(c) 2002-2009 Neterion Inc\n", 4436 printk(KERN_INFO "%s: Copyright(c) 2002-2010 Exar Corp.\n",
4437 VXGE_DRIVER_NAME); 4437 VXGE_DRIVER_NAME);
4438 printk(KERN_INFO "%s: Driver version: %s\n", 4438 printk(KERN_INFO "%s: Driver version: %s\n",
4439 VXGE_DRIVER_NAME, version); 4439 VXGE_DRIVER_NAME, version);