]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
correct email address of Manfred Spraul
authorChristian Kujau <evil@g-house.de>
Sun, 15 Jan 2006 01:43:54 +0000 (02:43 +0100)
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>
Sun, 15 Jan 2006 01:43:54 +0000 (02:43 +0100)
I  tried to send the forcedeth maintainer an email, but it came back with:

"The mail address manfreds@colorfullife.com is not read anymore.
Please resent your mail to manfred@ instead of manfreds@."

This patch fixes this.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
arch/i386/kernel/vm86.c
fs/sysv/ChangeLog
ipc/msg.c
ipc/sem.c
ipc/util.c
ipc/util.h
kernel/printk.c

index 0c90ae54ddfa0a868f5df45c23bc738b2d7591dc..f51c894a7da525a28bd9d84137f1736ff03e63fd 100644 (file)
@@ -4,7 +4,7 @@
  *  Copyright (C) 1994  Linus Torvalds
  *
  *  29 dec 2001 - Fixed oopses caused by unchecked access to the vm86
- *                stack - Manfred Spraul <manfreds@colorfullife.com>
+ *                stack - Manfred Spraul <manfred@colorfullife.com>
  *
  *  22 mar 2002 - Manfred detected the stackfaults, but didn't handle
  *                them correctly. Now the emulation will be in a
index 18e3487debdbca0c157a0d7bafdf3ea0be819fc8..f403f8b91b80cf81773f4cf56cd6430020dbb012 100644 (file)
@@ -54,7 +54,7 @@ Fri Jan  4 2002  Alexander Viro  <viro@parcelfarce.linux.theplanet.co.uk>
          (sysv_read_super): Likewise.
          (v7_read_super): Likewise.
 
-Sun Dec 30 2001  Manfred Spraul  <manfreds@colorfullife.com>
+Sun Dec 30 2001  Manfred Spraul  <manfred@colorfullife.com>
 
        * dir.c (dir_commit_chunk): Do not set dir->i_version.
        (sysv_readdir): Likewise.
index a91b64763b86ed282d993552216b60c734833031..fbf757064a328a11ea100b2975a6ef180430502c 100644 (file)
--- a/ipc/msg.c
+++ b/ipc/msg.c
@@ -12,7 +12,7 @@
  *
  * mostly rewritten, threaded and wake-one semantics added
  * MSGMAX limit removed, sysctl's added
- * (c) 1999 Manfred Spraul <manfreds@colorfullife.com>
+ * (c) 1999 Manfred Spraul <manfred@colorfullife.com>
  */
 
 #include <linux/capability.h>
index 46bb8a678decb50f760193c94cf2dcbce9f0e4e8..31fd4027d2b5bd7dbda1ad88a69a6460a6af920c 100644 (file)
--- a/ipc/sem.c
+++ b/ipc/sem.c
@@ -56,7 +56,7 @@
  * /proc/sysvipc/sem support (c) 1999 Dragos Acostachioaie <dragos@iname.com>
  *
  * SMP-threaded, sysctl's added
- * (c) 1999 Manfred Spraul <manfreds@colorfullife.com>
+ * (c) 1999 Manfred Spraul <manfred@colorfullife.com>
  * Enforced range limit on SEM_UNDO
  * (c) 2001 Red Hat Inc <alan@redhat.com>
  * Lockless wakeup
index 38b9a0af3bd86373b38106fe7ca00bfe745aca05..862621980b01919ff7fee486a36f342aff33d2d0 100644 (file)
@@ -7,7 +7,7 @@
  *            Occurs in several places in the IPC code.
  *            Chris Evans, <chris@ferret.lmh.ox.ac.uk>
  * Nov 1999 - ipc helper functions, unified SMP locking
- *           Manfred Spraul <manfreds@colorfullife.com>
+ *           Manfred Spraul <manfred@colorfullife.com>
  * Oct 2002 - One lock per IPC id. RCU ipc_free for lock-free grow_ary().
  *            Mingming Cao <cmm@us.ibm.com>
  */
index fc9a28be0797b3a27ac7f99f8572eeff99ffe99c..efaff3ee7de7c30b678fa686f88442aaa0aaeac4 100644 (file)
@@ -2,7 +2,7 @@
  * linux/ipc/util.h
  * Copyright (C) 1999 Christoph Rohland
  *
- * ipc helper functions (c) 1999 Manfred Spraul <manfreds@colorfullife.com>
+ * ipc helper functions (c) 1999 Manfred Spraul <manfred@colorfullife.com>
  */
 
 #ifndef _IPC_UTIL_H
index 2251be80cd22644bc82773ffb1cd59c6661dbc7e..13ced0f7828f477d6edc6356dcdfd7e8617cb567 100644 (file)
@@ -11,7 +11,7 @@
  * Ted Ts'o, 2/11/93.
  * Modified for sysctl support, 1/8/97, Chris Horn.
  * Fixed SMP synchronization, 08/08/99, Manfred Spraul
- *     manfreds@colorfullife.com
+ *     manfred@colorfullife.com
  * Rewrote bits to get rid of console_lock
  *     01Mar01 Andrew Morton <andrewm@uow.edu.au>
  */