diff options
author | Markus Dahms | 2007-05-09 07:58:10 +0200 |
---|---|---|
committer | Adrian Bunk | 2007-05-09 08:58:18 +0200 |
commit | 2c2a8c531e953c753b06605c8ad6a9161ca527fa (patch) | |
tree | 126844bed0aac5aef599b81f03e4d1d64c34c226 /drivers/net/eepro100.c | |
parent | Magic number prefix consistency change to Documentation/magic-number.txt (diff) | |
download | kernel-qcow2-linux-2c2a8c531e953c753b06605c8ad6a9161ca527fa.tar.gz kernel-qcow2-linux-2c2a8c531e953c753b06605c8ad6a9161ca527fa.tar.xz kernel-qcow2-linux-2c2a8c531e953c753b06605c8ad6a9161ca527fa.zip |
remove broken URLs from net drivers' output
Remove broken URLs (www.scyld.com) from network drivers' logging output.
URLs in comments and other strings are left intact.
Signed-off-by: Markus Dahms <dahms@fh-brandenburg.de>
Acked-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: Alan Cox <alan@redhat.com>
igned-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/net/eepro100.c')
-rw-r--r-- | drivers/net/eepro100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/eepro100.c b/drivers/net/eepro100.c index 6c267c38df97..9800341956a2 100644 --- a/drivers/net/eepro100.c +++ b/drivers/net/eepro100.c @@ -28,7 +28,7 @@ */ static const char * const version = -"eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100.html\n" +"eepro100.c:v1.09j-t 9/29/99 Donald Becker\n" "eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <saw@saw.sw.com.sg> and others\n"; /* A few user-configurable values that apply to all boards. |