Commit 78a655181409d9d0f2b730ccb897c18794826495

Authored by Grant Grundler
Committed by Jeff Garzik
1 parent 2bdf06c047

drivers/net/tulip: update first comment in tulip files

Three basic changes to the comments at the top of each file:
1) remove stale "Maintained by" line...I prefer people look in MAINTAINERS.
2) Drop reference to stale sf.net/tulip website (I didn't see anything
   of value there)
3) Point people at bugzilla.kernel.org to submit bugs...will always
   get tracked regardless of who the maintainer is.

Signed-off-by: Grant Grundler <grundler@parisc-linux.org>
Acked-by-stale-maintainer: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

Showing 9 changed files with 20 additions and 30 deletions Side-by-side Diff

drivers/net/tulip/21142.c
1 1 /*
2 2 drivers/net/tulip/21142.c
3 3  
4   - Maintained by Valerie Henson <val_henson@linux.intel.com>
5 4 Copyright 2000,2001 The Linux Kernel Team
6 5 Written/copyright 1994-2001 by Donald Becker.
7 6  
... ... @@ -9,9 +8,8 @@
9 8 of the GNU General Public License, incorporated herein by reference.
10 9  
11 10 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
12   - for more information on this driver, or visit the project
13   - Web page at http://sourceforge.net/projects/tulip/
14   -
  11 + for more information on this driver.
  12 + Please submit bugs to http://bugzilla.kernel.org/ .
15 13 */
16 14  
17 15 #include <linux/delay.h>
drivers/net/tulip/eeprom.c
1 1 /*
2 2 drivers/net/tulip/eeprom.c
3 3  
4   - Maintained by Valerie Henson <val_henson@linux.intel.com>
5 4 Copyright 2000,2001 The Linux Kernel Team
6 5 Written/copyright 1994-2001 by Donald Becker.
7 6  
... ... @@ -9,9 +8,8 @@
9 8 of the GNU General Public License, incorporated herein by reference.
10 9  
11 10 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
12   - for more information on this driver, or visit the project
13   - Web page at http://sourceforge.net/projects/tulip/
14   -
  11 + for more information on this driver.
  12 + Please submit bug reports to http://bugzilla.kernel.org/.
15 13 */
16 14  
17 15 #include <linux/pci.h>
drivers/net/tulip/interrupt.c
1 1 /*
2 2 drivers/net/tulip/interrupt.c
3 3  
4   - Maintained by Valerie Henson <val_henson@linux.intel.com>
5 4 Copyright 2000,2001 The Linux Kernel Team
6 5 Written/copyright 1994-2001 by Donald Becker.
7 6  
... ... @@ -9,8 +8,8 @@
9 8 of the GNU General Public License, incorporated herein by reference.
10 9  
11 10 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
12   - for more information on this driver, or visit the project
13   - Web page at http://sourceforge.net/projects/tulip/
  11 + for more information on this driver.
  12 + Please submit bugs to http://bugzilla.kernel.org/ .
14 13  
15 14 */
16 15  
drivers/net/tulip/media.c
1 1 /*
2 2 drivers/net/tulip/media.c
3 3  
4   - Maintained by Valerie Henson <val_henson@linux.intel.com>
5 4 Copyright 2000,2001 The Linux Kernel Team
6 5 Written/copyright 1994-2001 by Donald Becker.
7 6  
8 7  
... ... @@ -9,9 +8,9 @@
9 8 of the GNU General Public License, incorporated herein by reference.
10 9  
11 10 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
12   - for more information on this driver, or visit the project
13   - Web page at http://sourceforge.net/projects/tulip/
  11 + for more information on this driver.
14 12  
  13 + Please submit bugs to http://bugzilla.kernel.org/ .
15 14 */
16 15  
17 16 #include <linux/kernel.h>
drivers/net/tulip/pnic.c
1 1 /*
2 2 drivers/net/tulip/pnic.c
3 3  
4   - Maintained by Valerie Henson <val_henson@linux.intel.com>
5 4 Copyright 2000,2001 The Linux Kernel Team
6 5 Written/copyright 1994-2001 by Donald Becker.
7 6  
8 7  
... ... @@ -9,9 +8,9 @@
9 8 of the GNU General Public License, incorporated herein by reference.
10 9  
11 10 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
12   - for more information on this driver, or visit the project
13   - Web page at http://sourceforge.net/projects/tulip/
  11 + for more information on this driver.
14 12  
  13 + Please submit bugs to http://bugzilla.kernel.org/ .
15 14 */
16 15  
17 16 #include <linux/kernel.h>
drivers/net/tulip/pnic2.c
1 1 /*
2 2 drivers/net/tulip/pnic2.c
3 3  
4   - Maintained by Valerie Henson <val_henson@linux.intel.com>
5 4 Copyright 2000,2001 The Linux Kernel Team
6 5 Written/copyright 1994-2001 by Donald Becker.
7 6 Modified to hep support PNIC_II by Kevin B. Hendricks
8 7  
... ... @@ -10,9 +9,9 @@
10 9 of the GNU General Public License, incorporated herein by reference.
11 10  
12 11 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
13   - for more information on this driver, or visit the project
14   - Web page at http://sourceforge.net/projects/tulip/
  12 + for more information on this driver.
15 13  
  14 + Please submit bugs to http://bugzilla.kernel.org/ .
16 15 */
17 16  
18 17  
drivers/net/tulip/timer.c
1 1 /*
2 2 drivers/net/tulip/timer.c
3 3  
4   - Maintained by Valerie Henson <val_henson@linux.intel.com>
5 4 Copyright 2000,2001 The Linux Kernel Team
6 5 Written/copyright 1994-2001 by Donald Becker.
7 6  
8 7  
9 8  
... ... @@ -9,10 +8,11 @@
9 8 of the GNU General Public License, incorporated herein by reference.
10 9  
11 10 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
12   - for more information on this driver, or visit the project
13   - Web page at http://sourceforge.net/projects/tulip/
  11 + for more information on this driver.
14 12  
  13 + Please submit bugs to http://bugzilla.kernel.org/ .
15 14 */
  15 +
16 16  
17 17 #include "tulip.h"
18 18  
drivers/net/tulip/tulip.h
... ... @@ -8,9 +8,9 @@
8 8 of the GNU General Public License, incorporated herein by reference.
9 9  
10 10 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
11   - for more information on this driver, or visit the project
12   - Web page at http://sourceforge.net/projects/tulip/
  11 + for more information on this driver.
13 12  
  13 + Please submit bugs to http://bugzilla.kernel.org/ .
14 14 */
15 15  
16 16 #ifndef __NET_TULIP_H__
drivers/net/tulip/tulip_core.c
1   -/* tulip_core.c: A DEC 21x4x-family ethernet driver for Linux. */
  1 +/* tulip_core.c: A DEC 21x4x-family ethernet driver for Linux.
2 2  
3   -/*
4   - Maintained by Valerie Henson <val_henson@linux.intel.com>
5 3 Copyright 2000,2001 The Linux Kernel Team
6 4 Written/copyright 1994-2001 by Donald Becker.
7 5  
8 6  
... ... @@ -9,9 +7,9 @@
9 7 of the GNU General Public License, incorporated herein by reference.
10 8  
11 9 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
12   - for more information on this driver, or visit the project
13   - Web page at http://sourceforge.net/projects/tulip/
  10 + for more information on this driver.
14 11  
  12 + Please submit bugs to http://bugzilla.kernel.org/ .
15 13 */
16 14  
17 15