[PATCH] mtd: fix minor typo in the MTD map driver for SHARP SL series
Thomas Petazzoni
thomas.petazzoni at free-electrons.com
Thu Feb 14 10:50:25 EST 2008
Hi,
Here is a small patch to fix a minor typo in the MTD map driver for
Sharp SL series devices.
Thanks,
Thomas
---
Fix minor typo in printk() message in the MTD map driver for Sharp SL
series devices.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
drivers/mtd/maps/sharpsl-flash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux/drivers/mtd/maps/sharpsl-flash.c
===================================================================
--- linux.orig/drivers/mtd/maps/sharpsl-flash.c
+++ linux/drivers/mtd/maps/sharpsl-flash.c
@@ -92,7 +92,7 @@
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;
--
Thomas Petazzoni, Free Electrons
Free Embedded Linux Training Materials
on http://free-electrons.com/training
(More than 1500 pages!)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.infradead.org/pipermail/linux-mtd/attachments/20080214/1cc692ab/attachment.bin
More information about the linux-mtd
mailing list