diff options
author | Markus Dahms <dahms@fh-brandenburg.de> | 2007-05-09 07:58:10 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-05-09 08:58:18 +0200 |
commit | 2c2a8c531e953c753b06605c8ad6a9161ca527fa (patch) | |
tree | 126844bed0aac5aef599b81f03e4d1d64c34c226 /drivers/net/ne2k-pci.c | |
parent | b96687768a9ac0fdd005c7700093ebb24b93450f (diff) | |
download | linux-2c2a8c531e953c753b06605c8ad6a9161ca527fa.tar.gz linux-2c2a8c531e953c753b06605c8ad6a9161ca527fa.tar.bz2 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/ne2k-pci.c')
-rw-r--r-- | drivers/net/ne2k-pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ne2k-pci.c b/drivers/net/ne2k-pci.c index 589785d1e762..995c0a5d4066 100644 --- a/drivers/net/ne2k-pci.c +++ b/drivers/net/ne2k-pci.c @@ -63,8 +63,7 @@ static int options[MAX_UNITS]; /* These identify the driver base version and may not be removed. */ static char version[] __devinitdata = -KERN_INFO DRV_NAME ".c:v" DRV_VERSION " " DRV_RELDATE " D. Becker/P. Gortmaker\n" -KERN_INFO " http://www.scyld.com/network/ne2k-pci.html\n"; +KERN_INFO DRV_NAME ".c:v" DRV_VERSION " " DRV_RELDATE " D. Becker/P. Gortmaker\n"; #if defined(__powerpc__) #define inl_le(addr) le32_to_cpu(inl(addr)) |