diff options
Diffstat (limited to 'drivers/net/ethernet/s6gmac.c')
| -rw-r--r-- | drivers/net/ethernet/s6gmac.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/s6gmac.c b/drivers/net/ethernet/s6gmac.c index 8e9fda0c7ae..2ed3ab4b3c2 100644 --- a/drivers/net/ethernet/s6gmac.c +++ b/drivers/net/ethernet/s6gmac.c @@ -1,7 +1,7 @@  /*   * Ethernet driver for S6105 on chip network device   * (c)2008 emlix GmbH http://www.emlix.com - * Authors:	Oskar Schirmer <os@emlix.com> + * Authors:	Oskar Schirmer <oskar@scara.com>   *		Daniel Gloeckner <dg@emlix.com>   *   * This program is free software; you can redistribute it and/or @@ -1070,4 +1070,4 @@ module_exit(s6gmac_exit);  MODULE_LICENSE("GPL");  MODULE_DESCRIPTION("S6105 on chip Ethernet driver"); -MODULE_AUTHOR("Oskar Schirmer <os@emlix.com>"); +MODULE_AUTHOR("Oskar Schirmer <oskar@scara.com>");  |