diff options
author | Nicolas Pitre <nico@fluxnic.net> | 2009-09-14 03:25:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-15 12:37:12 -0400 |
commit | 2f82af08fcc7dc01a7e98a49a5995a77e32a2925 (patch) | |
tree | d505fe5936881b137b82b59360646a6988e506ba /drivers/mtd/mtdblock.c | |
parent | f199fd990639f93d07d8e104b0a66aabaf01d67d (diff) |
Nicolas Pitre has a new email address
Due to problems at cam.org, my nico@cam.org email address is no longer
valid. FRom now on, nico@fluxnic.net should be used instead.
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/mtd/mtdblock.c')
-rw-r--r-- | drivers/mtd/mtdblock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/mtdblock.c b/drivers/mtd/mtdblock.c index 77db5ce24d92..2d70295a5fa3 100644 --- a/drivers/mtd/mtdblock.c +++ b/drivers/mtd/mtdblock.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Direct MTD block device access | 2 | * Direct MTD block device access |
3 | * | 3 | * |
4 | * (C) 2000-2003 Nicolas Pitre <nico@cam.org> | 4 | * (C) 2000-2003 Nicolas Pitre <nico@fluxnic.net> |
5 | * (C) 1999-2003 David Woodhouse <dwmw2@infradead.org> | 5 | * (C) 1999-2003 David Woodhouse <dwmw2@infradead.org> |
6 | */ | 6 | */ |
7 | 7 | ||
@@ -403,5 +403,5 @@ module_exit(cleanup_mtdblock); | |||
403 | 403 | ||
404 | 404 | ||
405 | MODULE_LICENSE("GPL"); | 405 | MODULE_LICENSE("GPL"); |
406 | MODULE_AUTHOR("Nicolas Pitre <nico@cam.org> et al."); | 406 | MODULE_AUTHOR("Nicolas Pitre <nico@fluxnic.net> et al."); |
407 | MODULE_DESCRIPTION("Caching read/erase/writeback block device emulation access to MTD devices"); | 407 | MODULE_DESCRIPTION("Caching read/erase/writeback block device emulation access to MTD devices"); |