* [PATCH] mtd: fix minor typo in the MTD map driver for SHARP SL series
@ 2008-02-14 15:50 Thomas Petazzoni
0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2008-02-14 15:50 UTC (permalink / raw)
To: AKC, dwmw2, linux-mtd
[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]
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@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!)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-14 15:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-14 15:50 [PATCH] mtd: fix minor typo in the MTD map driver for SHARP SL series Thomas Petazzoni
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.