diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/smc91x.c | 4 | ||||
-rw-r--r-- | drivers/net/smc91x.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/smc91x.c b/drivers/net/smc91x.c index 61be6d7680f6..05c91ee6921e 100644 --- a/drivers/net/smc91x.c +++ b/drivers/net/smc91x.c | |||
@@ -35,7 +35,7 @@ | |||
35 | * | 35 | * |
36 | * contributors: | 36 | * contributors: |
37 | * Daris A Nevil <dnevil@snmc.com> | 37 | * Daris A Nevil <dnevil@snmc.com> |
38 | * Nicolas Pitre <nico@cam.org> | 38 | * Nicolas Pitre <nico@fluxnic.net> |
39 | * Russell King <rmk@arm.linux.org.uk> | 39 | * Russell King <rmk@arm.linux.org.uk> |
40 | * | 40 | * |
41 | * History: | 41 | * History: |
@@ -58,7 +58,7 @@ | |||
58 | * 22/09/04 Nicolas Pitre big update (see commit log for details) | 58 | * 22/09/04 Nicolas Pitre big update (see commit log for details) |
59 | */ | 59 | */ |
60 | static const char version[] = | 60 | static const char version[] = |
61 | "smc91x.c: v1.1, sep 22 2004 by Nicolas Pitre <nico@cam.org>\n"; | 61 | "smc91x.c: v1.1, sep 22 2004 by Nicolas Pitre <nico@fluxnic.net>\n"; |
62 | 62 | ||
63 | /* Debugging level */ | 63 | /* Debugging level */ |
64 | #ifndef SMC_DEBUG | 64 | #ifndef SMC_DEBUG |
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index 57a159fac99f..784b631cfa3c 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h | |||
@@ -28,7 +28,7 @@ | |||
28 | . Authors | 28 | . Authors |
29 | . Erik Stahlman <erik@vt.edu> | 29 | . Erik Stahlman <erik@vt.edu> |
30 | . Daris A Nevil <dnevil@snmc.com> | 30 | . Daris A Nevil <dnevil@snmc.com> |
31 | . Nicolas Pitre <nico@cam.org> | 31 | . Nicolas Pitre <nico@fluxnic.net> |
32 | . | 32 | . |
33 | ---------------------------------------------------------------------------*/ | 33 | ---------------------------------------------------------------------------*/ |
34 | #ifndef _SMC91X_H_ | 34 | #ifndef _SMC91X_H_ |