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/sharpsl.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/sharpsl.c')
-rw-r--r-- | drivers/mtd/nand/sharpsl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/sharpsl.c b/drivers/mtd/nand/sharpsl.c index 51c7288ab49a..033f8800b1e6 100644 --- a/drivers/mtd/nand/sharpsl.c +++ b/drivers/mtd/nand/sharpsl.c | |||
@@ -165,7 +165,7 @@ static int __init sharpsl_nand_init(void) | |||
165 | return -ENOMEM; | 165 | return -ENOMEM; |
166 | } | 166 | } |
167 | 167 | ||
168 | /* map physical adress */ | 168 | /* map physical address */ |
169 | sharpsl_io_base = ioremap(sharpsl_phys_base, 0x1000); | 169 | sharpsl_io_base = ioremap(sharpsl_phys_base, 0x1000); |
170 | if (!sharpsl_io_base) { | 170 | if (!sharpsl_io_base) { |
171 | printk("ioremap to access Sharp SL NAND chip failed\n"); | 171 | printk("ioremap to access Sharp SL NAND chip failed\n"); |