Skip to content

Commit

Permalink
[MTD] fix minor typo in the MTD map driver for SHARP SL series
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
Thomas Petazzoni authored and David Woodhouse committed Apr 22, 2008
1 parent b0d06af commit 8e2537e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/maps/sharpsl-flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8e2537e

Please sign in to comment.