Commit 8e2537e4 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by David Woodhouse

[MTD] fix minor typo in the MTD map driver for SHARP SL series

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent b0d06afb
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment