Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78a65518 authored by Grant Grundler's avatar Grant Grundler Committed by Jeff Garzik
Browse files

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: default avatarGrant Grundler <grundler@parisc-linux.org>
Acked-by-stale-maintainer: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 2bdf06c0
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
/*
/*
	drivers/net/tulip/21142.c
	drivers/net/tulip/21142.c


	Maintained by Valerie Henson <val_henson@linux.intel.com>
	Copyright 2000,2001  The Linux Kernel Team
	Copyright 2000,2001  The Linux Kernel Team
	Written/copyright 1994-2001 by Donald Becker.
	Written/copyright 1994-2001 by Donald Becker.


@@ -9,9 +8,8 @@
	of the GNU General Public License, incorporated herein by reference.
	of the GNU General Public License, incorporated herein by reference.


	Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
	Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
	for more information on this driver, or visit the project
	for more information on this driver.
	Web page at http://sourceforge.net/projects/tulip/
	Please submit bugs to http://bugzilla.kernel.org/ .

*/
*/


#include <linux/delay.h>
#include <linux/delay.h>
+2 −4
Original line number Original line Diff line number Diff line
/*
/*
	drivers/net/tulip/eeprom.c
	drivers/net/tulip/eeprom.c


	Maintained by Valerie Henson <val_henson@linux.intel.com>
	Copyright 2000,2001  The Linux Kernel Team
	Copyright 2000,2001  The Linux Kernel Team
	Written/copyright 1994-2001 by Donald Becker.
	Written/copyright 1994-2001 by Donald Becker.


@@ -9,9 +8,8 @@
	of the GNU General Public License, incorporated herein by reference.
	of the GNU General Public License, incorporated herein by reference.


	Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
	Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
	for more information on this driver, or visit the project
	for more information on this driver.
	Web page at http://sourceforge.net/projects/tulip/
	Please submit bug reports to http://bugzilla.kernel.org/.

*/
*/


#include <linux/pci.h>
#include <linux/pci.h>
+2 −3
Original line number Original line Diff line number Diff line
/*
/*
	drivers/net/tulip/interrupt.c
	drivers/net/tulip/interrupt.c


	Maintained by Valerie Henson <val_henson@linux.intel.com>
	Copyright 2000,2001  The Linux Kernel Team
	Copyright 2000,2001  The Linux Kernel Team
	Written/copyright 1994-2001 by Donald Becker.
	Written/copyright 1994-2001 by Donald Becker.


@@ -9,8 +8,8 @@
	of the GNU General Public License, incorporated herein by reference.
	of the GNU General Public License, incorporated herein by reference.


	Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
	Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
	for more information on this driver, or visit the project
	for more information on this driver.
	Web page at http://sourceforge.net/projects/tulip/
        Please submit bugs to http://bugzilla.kernel.org/ .


*/
*/


+2 −3
Original line number Original line Diff line number Diff line
/*
/*
	drivers/net/tulip/media.c
	drivers/net/tulip/media.c


	Maintained by Valerie Henson <val_henson@linux.intel.com>
	Copyright 2000,2001  The Linux Kernel Team
	Copyright 2000,2001  The Linux Kernel Team
	Written/copyright 1994-2001 by Donald Becker.
	Written/copyright 1994-2001 by Donald Becker.


@@ -9,9 +8,9 @@
	of the GNU General Public License, incorporated herein by reference.
	of the GNU General Public License, incorporated herein by reference.


	Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
	Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
	for more information on this driver, or visit the project
	for more information on this driver.
	Web page at http://sourceforge.net/projects/tulip/


	Please submit bugs to http://bugzilla.kernel.org/ .
*/
*/


#include <linux/kernel.h>
#include <linux/kernel.h>
+2 −3
Original line number Original line Diff line number Diff line
/*
/*
	drivers/net/tulip/pnic.c
	drivers/net/tulip/pnic.c


	Maintained by Valerie Henson <val_henson@linux.intel.com>
	Copyright 2000,2001  The Linux Kernel Team
	Copyright 2000,2001  The Linux Kernel Team
	Written/copyright 1994-2001 by Donald Becker.
	Written/copyright 1994-2001 by Donald Becker.


@@ -9,9 +8,9 @@
	of the GNU General Public License, incorporated herein by reference.
	of the GNU General Public License, incorporated herein by reference.


	Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
	Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html}
	for more information on this driver, or visit the project
	for more information on this driver.
	Web page at http://sourceforge.net/projects/tulip/


	Please submit bugs to http://bugzilla.kernel.org/ .
*/
*/


#include <linux/kernel.h>
#include <linux/kernel.h>
Loading