1
0

mtd: Fix typo mtd/tests

Correct spelling typo in printk within drivers/mtd/tests.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Este cometimento está contido em:
Masanari Iida
2012-11-09 23:20:58 +09:00
cometido por Artem Bityutskiy
ascendente 0730016465
cometimento 064a7694b5
8 ficheiros modificados com 9 adições e 9 eliminações

Ver ficheiro

@@ -351,7 +351,7 @@ static int __init mtd_speedtest_init(void)
printk(KERN_INFO "=================================================\n");
if (dev < 0) {
pr_info("Please specify a valid mtd-device via module paramter\n");
pr_info("Please specify a valid mtd-device via module parameter\n");
pr_crit("CAREFUL: This test wipes all data on the specified MTD device!\n");
return -EINVAL;
}