Commit e1f8e874 authored by Francois Cami's avatar Francois Cami Committed by Linus Torvalds
Browse files

Remove Andrew Morton's old email accounts



People can use the real name an an index into MAINTAINERS to find the
current email address.

Signed-off-by: default avatarFrancois Cami <francois.cami@free.fr>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8033fe65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Linux 2.4.2 Secure Attention Key (SAK) handling
18 March 2001, Andrew Morton <akpm@osdl.org>
18 March 2001, Andrew Morton

An operating system's Secure Attention Key is a security tool which is
provided as protection against trojan password capturing programs.  It
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ Linux 2.4:
Linux 2.6:
	The same rules apply as 2.4 except that you should follow linux-kernel
	to track changes in API's. The final contact point for Linux 2.6
	submissions is Andrew Morton <akpm@osdl.org>.
	submissions is Andrew Morton.

What Criteria Determine Acceptance
----------------------------------
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ NOTE
----

This document was contributed by Cirrus Logic for kernel 2.2.5.  This version
has been updated for 2.3.48 by Andrew Morton <andrewm@uow.edu.au>
has been updated for 2.3.48 by Andrew Morton.

Cirrus make a copy of this driver available at their website, as
described below.  In general, you should use the driver version which
@@ -690,7 +690,7 @@ latest drivers and technical publications.
6.4 Current maintainer

In February 2000 the maintenance of this driver was assumed by Andrew
Morton <akpm@zip.com.au>
Morton.

6.5 Kernel module parameters

+2 −2
Original line number Diff line number Diff line
Documentation/networking/vortex.txt
Andrew Morton <andrewm@uow.edu.au>
Andrew Morton
30 April 2000


@@ -11,7 +11,7 @@ The driver was written by Donald Becker <becker@scyld.com>
Don is no longer the prime maintainer of this version of the driver. 
Please report problems to one or more of:

  Andrew Morton <akpm@osdl.org>
  Andrew Morton
  Netdev mailing list <netdev@vger.kernel.org>
  Linux kernel mailing list <linux-kernel@vger.kernel.org>

+3 −3
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ i. Function reordering so that inline functions are defined before they
	megaraid_mbox_prepare_pthru, megaraid_mbox_prepare_epthru,
	megaraid_busywait_mbox

		- Andrew Morton <akpm@osdl.org>, 08.19.2004
		- Andrew Morton, 08.19.2004
		linux-scsi mailing list

	"Something else to clean up after inclusion: every instance of an
@@ -471,13 +471,13 @@ vi. Add support for 64-bit applications. Current drivers assume only
vii.	Move the function declarations for the management module from
	megaraid_mm.h to megaraid_mm.c

		- Andrew Morton <akpm@osdl.org>, 08.19.2004
		- Andrew Morton, 08.19.2004
		linux-scsi mailing list

viii.	Change default values for MEGARAID_NEWGEN, MEGARAID_MM, and
	MEGARAID_MAILBOX to 'n' in Kconfig.megaraid

		- Andrew Morton <akpm@osdl.org>, 08.19.2004
		- Andrew Morton, 08.19.2004
		linux-scsi mailing list

ix.	replace udelay with msleep
Loading