diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:22:34 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:22:34 -0500 |
commit | 8e87d7820a6362b6304924befb22d1ee79b754f3 (patch) | |
tree | a01ed0cc5095726a6daa2e49af06a17684a12d33 /drivers/mtd/nand/edb7312.c | |
parent | fc1323bb75ef8ae70f99cd6a386cc659a5b85696 (diff) |
drivers/mtd/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/mtd/nand/edb7312.c')
-rw-r--r-- | drivers/mtd/nand/edb7312.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/edb7312.c b/drivers/mtd/nand/edb7312.c index 0146cdc48039..ba67bbec20d3 100644 --- a/drivers/mtd/nand/edb7312.c +++ b/drivers/mtd/nand/edb7312.c | |||
@@ -125,7 +125,7 @@ static int __init ep7312_init(void) | |||
125 | return -ENOMEM; | 125 | return -ENOMEM; |
126 | } | 126 | } |
127 | 127 | ||
128 | /* map physical adress */ | 128 | /* map physical address */ |
129 | ep7312_fio_base = ioremap(ep7312_fio_pbase, SZ_1K); | 129 | ep7312_fio_base = ioremap(ep7312_fio_pbase, SZ_1K); |
130 | if (!ep7312_fio_base) { | 130 | if (!ep7312_fio_base) { |
131 | printk("ioremap EDB7312 NAND flash failed\n"); | 131 | printk("ioremap EDB7312 NAND flash failed\n"); |