提交 8e2537e4 编写于 作者: T Thomas Petazzoni 提交者: David Woodhouse

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

Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册