diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-05-21 10:13:12 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-05-28 06:02:13 -0400 |
commit | 8b513d0cf603c0a9ccf86a92cb22931f05a7bc86 (patch) | |
tree | 5a3988a575cb0c09ca80dcb0460552bd0d93f44c /tools/testing/ktest | |
parent | 9d1936cf86be8dc0cc27365bd8f1efdf23941961 (diff) |
treewide: Fix typo in printk
Correct spelling typo in various part of drivers
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/testing/ktest')
-rwxr-xr-x | tools/testing/ktest/ktest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 0d7fd8b51544..999eab1bc64f 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl | |||
@@ -1796,7 +1796,7 @@ sub monitor { | |||
1796 | # We already booted into the kernel we are testing, | 1796 | # We already booted into the kernel we are testing, |
1797 | # but now we booted into another kernel? | 1797 | # but now we booted into another kernel? |
1798 | # Consider this a triple fault. | 1798 | # Consider this a triple fault. |
1799 | doprint "Aleady booted in Linux kernel $version, but now\n"; | 1799 | doprint "Already booted in Linux kernel $version, but now\n"; |
1800 | doprint "we booted into Linux kernel $1.\n"; | 1800 | doprint "we booted into Linux kernel $1.\n"; |
1801 | doprint "Assuming that this is a triple fault.\n"; | 1801 | doprint "Assuming that this is a triple fault.\n"; |
1802 | doprint "To disable this: set DETECT_TRIPLE_FAULT to 0\n"; | 1802 | doprint "To disable this: set DETECT_TRIPLE_FAULT to 0\n"; |