diff options
author | Stephen Hemminger <shemminger@linux-foundation.org> | 2007-02-26 01:54:54 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-02-26 01:54:54 +0100 |
commit | 4edc02857e1020e4c5db8be0b6df318253221ef2 (patch) | |
tree | 445fa415f47b3b5626cd06b834e88ca93ac981ff | |
parent | 7cb9a110ef19035b1e854158e6ca7ad7e27511ec (diff) |
sky2: email and version change.
Put in new email address.
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
-rw-r--r-- | drivers/net/sky2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index 34ae40c4830..7c3a90354a7 100644 --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c @@ -6,7 +6,7 @@ * of the original driver such as link fail-over and link management because * those should be done at higher levels. * - * Copyright (C) 2005 Stephen Hemminger <shemminger@osdl.org> + * Copyright (C) 2005 Stephen Hemminger <shemminger@linux-foundation.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -51,7 +51,7 @@ #include "sky2.h" #define DRV_NAME "sky2" -#define DRV_VERSION "0.15" +#define DRV_VERSION "0.15.1" #define PFX DRV_NAME " " /* @@ -3481,6 +3481,6 @@ module_init(sky2_init_module); module_exit(sky2_cleanup_module); MODULE_DESCRIPTION("Marvell Yukon 2 Gigabit Ethernet driver"); -MODULE_AUTHOR("Stephen Hemminger <shemminger@osdl.org>"); +MODULE_AUTHOR("Stephen Hemminger <shemminger@linux-foundation.org>"); MODULE_LICENSE("GPL"); MODULE_VERSION(DRV_VERSION); |