lkml.org 
[lkml]   [2019]   [Jul]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[GIT PULL] ktest: Fix some typos in config-bisect.pl

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@gmail.com>
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@gmail.com

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>

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";
\
 
 \ /
  Last update: 2019-07-24 22:39    [W:0.037 / U:1.304 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site