]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mtd: Fix typo mtd/tests
authorMasanari Iida <standby24x7@gmail.com>
Fri, 9 Nov 2012 14:20:58 +0000 (23:20 +0900)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Sun, 18 Nov 2012 14:03:37 +0000 (16:03 +0200)
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>
drivers/mtd/nand/nand_base.c
drivers/mtd/tests/mtd_oobtest.c
drivers/mtd/tests/mtd_pagetest.c
drivers/mtd/tests/mtd_readtest.c
drivers/mtd/tests/mtd_speedtest.c
drivers/mtd/tests/mtd_stresstest.c
drivers/mtd/tests/mtd_subpagetest.c
drivers/mtd/tests/mtd_torturetest.c

index 95d56ed8500a2bdaf8ab43caa31b423f599d3b46..6eef7fbe8fdb61db44ae4bcd20b12b88f81d3477 100644 (file)
@@ -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
  *
index e86bb29419a21fe343eda838bc79c74cb660f73f..e827fa8cd8449c59831734974a99f0a6ebdb84bf 100644 (file)
@@ -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;
        }
 
index 3ba2a77dbdaa26427dfee0bfb2fb9aadd342c1da..f93a76f881131bc65bbfe4834f77cbcfc5c6c816 100644 (file)
@@ -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;
        }
index ec3efb53826c0369819acc8b927708df189fd3e4..31f505cc942a326f34da3c747d0bcf842652e134 100644 (file)
@@ -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;
        }
 
index 8a5803b1724cef4a4eb56e4258f7f9e6960ab53c..596cbea8df4c75a0bcf57f7659097a1adc5cade2 100644 (file)
@@ -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;
        }
index fea1dd78ccbecb54eaeae13de165229fc4da3ea6..3729f679ae5d08b6abeef036e8932bce79896f76 100644 (file)
@@ -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;
        }
index 8813b0e86637a1f0418259e5eedc5c8fac3ca962..c880c2229c597b95bd94877b1b94872d49a26eb4 100644 (file)
@@ -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;
        }
index 98d2a820625fadb9213602f8ccf8883d475e0a6a..c4cde1e9eddbb3026d4e8a9ab0a36f87dab566ae 100644 (file)
@@ -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;
        }