[MTD] fix minor typo in the MTD map driver for SHARP SL series
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Tue Apr 22 14:59:01 EDT 2008
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=8e2537e4cb4e80b7032372a42069899b90a06e90
Commit: 8e2537e4cb4e80b7032372a42069899b90a06e90
Parent: b0d06afb60741c19e103ffd60927f68e17c9d199
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
AuthorDate: Thu Feb 14 16:50:25 2008 +0100
Committer: David Woodhouse <dwmw2 at infradead.org>
CommitDate: Tue Apr 22 19:12:44 2008 +0100
[MTD] fix minor typo in the MTD map driver for SHARP SL series
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
drivers/mtd/maps/sharpsl-flash.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/maps/sharpsl-flash.c b/drivers/mtd/maps/sharpsl-flash.c
index 12fe53c..917dc77 100644
--- a/drivers/mtd/maps/sharpsl-flash.c
+++ b/drivers/mtd/maps/sharpsl-flash.c
@@ -92,7 +92,7 @@ int __init init_sharpsl(void)
parts = sharpsl_partitions;
nb_parts = ARRAY_SIZE(sharpsl_partitions);
- printk(KERN_NOTICE "Using %s partision definition\n", part_type);
+ printk(KERN_NOTICE "Using %s partition definition\n", part_type);
add_mtd_partitions(mymtd, parts, nb_parts);
return 0;
More information about the linux-mtd-cvs
mailing list