mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 20:42:33 -04:00
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>
This commit is contained in:
committed by
Artem Bityutskiy
parent
0730016465
commit
064a7694b5
@@ -171,7 +171,7 @@ static int __init mtd_readtest_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");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user