Skip to content

Commit

Permalink
Merge tag 'ktest-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g…
Browse files Browse the repository at this point in the history
…it/rostedt/linux-ktest

Pull ktest fixlets from Steven Rostedt:
 "This contains only simple spelling fixes"

* tag 'ktest-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest:
  ktest: Fix some typos in config-bisect.pl
torvalds committed Jul 25, 2019
2 parents a29a0a4 + aecea57 commit da3cc2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/testing/ktest/config-bisect.pl
Original file line number Diff line number Diff line change
@@ -663,7 +663,7 @@ sub config_bisect {
}

else {
die "Unknow option $opt\n";
die "Unknown option $opt\n";
}
}

@@ -732,7 +732,7 @@ sub config_bisect {
}
}
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";

0 comments on commit da3cc2e

Please sign in to comment.