Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2b54aaef7a3a77f208bc14f576010da4fb8dfe29
Commit:     2b54aaef7a3a77f208bc14f576010da4fb8dfe29
Parent:     dcc85cb61808098d22792db95f1dfa9c8b3bcf6d
Author:     Joern Engel <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 6 01:38:02 2008 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Wed Feb 6 10:41:09 2008 -0800

    Claim maintainership for block2mtd and update email addresses
    
    I have been prime author and maintainer of block2mtd from day one, but
    neither MAINTAINERS nor the module source makes this fact clear.  And while
    I'm at it, update my email addresses tree-wide, as the old address
    currently bounces and change my name to "joern" as unicode will likely
    continue to cause trouble until the end of this century.
    
    Signed-off-by: Joern Engel <[EMAIL PROTECTED]>
    Cc: David Woodhouse <[EMAIL PROTECTED]>
    Cc: Andy Whitcroft <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 MAINTAINERS                     |   10 ++++++++--
 drivers/mtd/devices/block2mtd.c |    4 ++--
 drivers/mtd/devices/phram.c     |    4 ++--
 drivers/mtd/maps/mtx-1_flash.c  |    2 +-
 scripts/checkstack.pl           |    2 +-
 5 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index eacd304..c5325d2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -840,6 +840,12 @@ L: [EMAIL PROTECTED]
 T:     git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
 S:     Maintained
 
+BLOCK2MTD DRIVER
+P:     Joern Engel
+M:     [EMAIL PROTECTED]
+L:     [EMAIL PROTECTED]
+S:     Maintained
+
 BLUETOOTH SUBSYSTEM
 P:     Marcel Holtmann
 M:     [EMAIL PROTECTED]
@@ -3030,8 +3036,8 @@ L:        [EMAIL PROTECTED]
 S:     Maintained
 
 PHRAM MTD DRIVER
-P:     Jörn Engel
-M:     [EMAIL PROTECTED]
+P:     Joern Engel
+M:     [EMAIL PROTECTED]
 L:     [EMAIL PROTECTED]
 S:     Maintained
 
diff --git a/drivers/mtd/devices/block2mtd.c b/drivers/mtd/devices/block2mtd.c
index be4b994..eeaaa9d 100644
--- a/drivers/mtd/devices/block2mtd.c
+++ b/drivers/mtd/devices/block2mtd.c
@@ -4,7 +4,7 @@
  * block2mtd.c - create an mtd from a block device
  *
  * Copyright (C) 2001,2002     Simon Evans <[EMAIL PROTECTED]>
- * Copyright (C) 2004-2006     Jörn Engel <[EMAIL PROTECTED]>
+ * Copyright (C) 2004-2006     Joern Engel <[EMAIL PROTECTED]>
  *
  * Licence: GPL
  */
@@ -485,5 +485,5 @@ module_init(block2mtd_init);
 module_exit(block2mtd_exit);
 
 MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Simon Evans <[EMAIL PROTECTED]> and others");
+MODULE_AUTHOR("Joern Engel <[EMAIL PROTECTED]>");
 MODULE_DESCRIPTION("Emulate an MTD using a block device");
diff --git a/drivers/mtd/devices/phram.c b/drivers/mtd/devices/phram.c
index 56cc1ca..180298b 100644
--- a/drivers/mtd/devices/phram.c
+++ b/drivers/mtd/devices/phram.c
@@ -2,7 +2,7 @@
  * $Id: phram.c,v 1.16 2005/11/07 11:14:25 gleixner Exp $
  *
  * Copyright (c) ????          Jochen Schäuble <[EMAIL PROTECTED]>
- * Copyright (c) 2003-2004     Jörn Engel <[EMAIL PROTECTED]>
+ * Copyright (c) 2003-2004     Joern Engel <[EMAIL PROTECTED]>
  *
  * Usage:
  *
@@ -299,5 +299,5 @@ module_init(init_phram);
 module_exit(cleanup_phram);
 
 MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Jörn Engel <[EMAIL PROTECTED]>");
+MODULE_AUTHOR("Joern Engel <[EMAIL PROTECTED]>");
 MODULE_DESCRIPTION("MTD driver for physical RAM");
diff --git a/drivers/mtd/maps/mtx-1_flash.c b/drivers/mtd/maps/mtx-1_flash.c
index d884f2b..2a8fde9 100644
--- a/drivers/mtd/maps/mtx-1_flash.c
+++ b/drivers/mtd/maps/mtx-1_flash.c
@@ -4,7 +4,7 @@
  * $Id: mtx-1_flash.c,v 1.2 2005/11/07 11:14:27 gleixner Exp $
  *
  * (C) 2005 Bruno Randolf <[EMAIL PROTECTED]>
- * (C) 2005 Jörn Engel <[EMAIL PROTECTED]>
+ * (C) 2005 Joern Engel <[EMAIL PROTECTED]>
  *
  */
 
diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl
index d716b76..340ad69 100755
--- a/scripts/checkstack.pl
+++ b/scripts/checkstack.pl
@@ -2,7 +2,7 @@
 
 #      Check the stack usage of functions
 #
-#      Copyright Joern Engel <[EMAIL PROTECTED]>
+#      Copyright Joern Engel <[EMAIL PROTECTED]>
 #      Inspired by Linus Torvalds
 #      Original idea maybe from Keith Owens
 #      s390 port and big speedup by Arnd Bergmann <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to