diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-14 01:51:54 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-14 01:51:54 +0100 |
commit | 151e76590f66f5406eb2e1f4270c5323f385d2e8 (patch) | |
tree | 307920af4883b7466eb303f4045865429e4d0711 /drivers/mtd/devices/block2mtd.c | |
parent | 0f5ae3d2e9f49af55eb2a9b7cb54b4c0c2373017 (diff) | |
download | linux-151e76590f66f5406eb2e1f4270c5323f385d2e8.tar.gz linux-151e76590f66f5406eb2e1f4270c5323f385d2e8.tar.xz |
[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtd
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/devices/block2mtd.c')
-rw-r--r-- | drivers/mtd/devices/block2mtd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/block2mtd.c b/drivers/mtd/devices/block2mtd.c index 45606921364b..8ca04f4e03f0 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 <spse@secret.org.uk> - * Copyright (C) 2004-2006 Jörn Engel <joern@wh.fh-wedel.de> + * Copyright (C) 2004-2006 Jörn Engel <joern@wh.fh-wedel.de> * * Licence: GPL */ |