[GIT PULL] ktest: Fix some typos in config-bisect.pl
From: Steven Rostedt
Date: Wed Jul 24 2019 - 16:20:12 EST
Linus,
This contains only simple spelling fixes.
Ktest has been working well for me, so I'm doing this push now as I do
not expect to have ktest updates in the near future and do not want
this change to be forgotten.
Please pull the latest ktest-v5.3 tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git
ktest-v5.3
Tag SHA1: 2e337a5fb7f2de16bfee9be63b3cf259dcb847e4
Head SHA1: aecea57f84b0586b62c010bea946468d77f6bf0f
Masanari Iida (1):
ktest: Fix some typos in config-bisect.pl
----
tools/testing/ktest/config-bisect.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---------------------------
commit aecea57f84b0586b62c010bea946468d77f6bf0f
Author: Masanari Iida <standby24x7@xxxxxxxxx>
Date: Tue Jul 23 12:24:45 2019 +0900
ktest: Fix some typos in config-bisect.pl
This patch fixes some spelling typos in config-bisect.pl
Link: http://lkml.kernel.org/r/20190723032445.14220-1-standby24x7@xxxxxxxxx
Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>
Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
diff --git a/tools/testing/ktest/config-bisect.pl b/tools/testing/ktest/config-bisect.pl
index 72525426654b..6fd864935319 100755
--- a/tools/testing/ktest/config-bisect.pl
+++ b/tools/testing/ktest/config-bisect.pl
@@ -663,7 +663,7 @@ while ($#ARGV >= 0) {
}
else {
- die "Unknow option $opt\n";
+ die "Unknown option $opt\n";
}
}
@@ -732,7 +732,7 @@ if ($start) {
}
}
run_command "cp $good_start $good" or die "failed to copy to $good\n";
- run_command "cp $bad_start $bad" or die "faield to copy to $bad\n";
+ run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";
} else {
if ( ! -f $good ) {
die "Can not find file $good\n";