Skip to content

Commit 2b54aae

Browse files
Joern EngelLinus Torvalds
authored andcommitted
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 <joern@lazybastard.org> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Andy Whitcroft <apw@shadowen.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent dcc85cb commit 2b54aae

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

MAINTAINERS

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,12 @@ L: linux-kernel@vger.kernel.org
840840
T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
841841
S: Maintained
842842

843+
BLOCK2MTD DRIVER
844+
P: Joern Engel
845+
M: joern@lazybastard.org
846+
L: linux-mtd@lists.infradead.org
847+
S: Maintained
848+
843849
BLUETOOTH SUBSYSTEM
844850
P: Marcel Holtmann
845851
M: marcel@holtmann.org
@@ -3030,8 +3036,8 @@ L: linux-abi-devel@lists.sourceforge.net
30303036
S: Maintained
30313037

30323038
PHRAM MTD DRIVER
3033-
P: Jörn Engel
3034-
M: joern@wh.fh-wedel.de
3039+
P: Joern Engel
3040+
M: joern@lazybastard.org
30353041
L: linux-mtd@lists.infradead.org
30363042
S: Maintained
30373043

drivers/mtd/devices/block2mtd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* block2mtd.c - create an mtd from a block device
55
*
66
* Copyright (C) 2001,2002 Simon Evans <spse@secret.org.uk>
7-
* Copyright (C) 2004-2006 Jörn Engel <joern@wh.fh-wedel.de>
7+
* Copyright (C) 2004-2006 Joern Engel <joern@wh.fh-wedel.de>
88
*
99
* Licence: GPL
1010
*/
@@ -485,5 +485,5 @@ module_init(block2mtd_init);
485485
module_exit(block2mtd_exit);
486486

487487
MODULE_LICENSE("GPL");
488-
MODULE_AUTHOR("Simon Evans <spse@secret.org.uk> and others");
488+
MODULE_AUTHOR("Joern Engel <joern@lazybastard.org>");
489489
MODULE_DESCRIPTION("Emulate an MTD using a block device");

drivers/mtd/devices/phram.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* $Id: phram.c,v 1.16 2005/11/07 11:14:25 gleixner Exp $
33
*
44
* Copyright (c) ???? Jochen Schäuble <psionic@psionic.de>
5-
* Copyright (c) 2003-2004 Jörn Engel <joern@wh.fh-wedel.de>
5+
* Copyright (c) 2003-2004 Joern Engel <joern@wh.fh-wedel.de>
66
*
77
* Usage:
88
*
@@ -299,5 +299,5 @@ module_init(init_phram);
299299
module_exit(cleanup_phram);
300300

301301
MODULE_LICENSE("GPL");
302-
MODULE_AUTHOR("Jörn Engel <joern@wh.fh-wedel.de>");
302+
MODULE_AUTHOR("Joern Engel <joern@wh.fh-wedel.de>");
303303
MODULE_DESCRIPTION("MTD driver for physical RAM");

drivers/mtd/maps/mtx-1_flash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* $Id: mtx-1_flash.c,v 1.2 2005/11/07 11:14:27 gleixner Exp $
55
*
66
* (C) 2005 Bruno Randolf <bruno.randolf@4g-systems.biz>
7-
* (C) 2005 Jörn Engel <joern@wohnheim.fh-wedel.de>
7+
* (C) 2005 Joern Engel <joern@wohnheim.fh-wedel.de>
88
*
99
*/
1010

scripts/checkstack.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Check the stack usage of functions
44
#
5-
# Copyright Joern Engel <joern@wh.fh-wedel.de>
5+
# Copyright Joern Engel <joern@lazybastard.org>
66
# Inspired by Linus Torvalds
77
# Original idea maybe from Keith Owens
88
# s390 port and big speedup by Arnd Bergmann <arnd@bergmann-dalldorf.de>

0 commit comments

Comments
 (0)