Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347180
b: refs/heads/master
c: 064a769
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and Artem Bityutskiy committed Nov 18, 2012
1 parent d47809a commit 84a2f59
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 07300164657526d8d26c626c43723c310fbf3616
refs/heads/master: 064a7694b5347208febeb7aba7c90d38934ec8a1
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/nand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static uint8_t nand_read_byte(struct mtd_info *mtd)
}

/**
* nand_read_byte16 - [DEFAULT] read one byte endianess aware from the chip
* nand_read_byte16 - [DEFAULT] read one byte endianness aware from the chip
* nand_read_byte16 - [DEFAULT] read one byte endianness aware from the chip
* @mtd: MTD device structure
*
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/tests/mtd_oobtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ static int __init mtd_oobtest_init(void)
printk(KERN_INFO "=================================================\n");

if (dev < 0) {
pr_info("Please specify a valid mtd-device via module paramter\n");
pr_crit(KERN_CRIT "CAREFUL: This test wipes all data on the specified MTD device!\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;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/tests/mtd_pagetest.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ static int __init mtd_pagetest_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;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/tests/mtd_readtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/tests/mtd_speedtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/tests/mtd_stresstest.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ static int __init mtd_stresstest_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;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/tests/mtd_subpagetest.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ static int __init mtd_subpagetest_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;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/tests/mtd_torturetest.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ static int __init tort_init(void)
"flash, stop it if this is not wanted.\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;
}
Expand Down

0 comments on commit 84a2f59

Please sign in to comment.