From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: AKC@pel.dk, dwmw2@infradead.org, linux-mtd@lists.infradead.org
Subject: [PATCH] mtd: fix minor typo in the MTD map driver for SHARP SL series
Date: Thu, 14 Feb 2008 16:50:25 +0100 [thread overview]
Message-ID: <20080214165025.765f0637@crazy> (raw)
[-- 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 --]
reply other threads:[~2008-02-14 15:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080214165025.765f0637@crazy \
--to=thomas.petazzoni@free-electrons.com \
--cc=AKC@pel.dk \
--cc=dwmw2@infradead.org \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox