diff options
| author | 2019-07-31 17:02:40 +0200 | |
|---|---|---|
| committer | 2019-07-31 17:03:10 +0200 | |
| commit | 1956ecf4c6ed4f7e4f728c360f378937d249bcd4 (patch) | |
| tree | c93ee82efc7ce2746666f39945f1fcf3950e268e /tools/testing | |
| parent | drm/bridge: tc358764: Fix build error (diff) | |
| parent | Linux 5.3-rc2 (diff) | |
Merge tag 'v5.3-rc2' into drm-misc-fixes
Linux 5.3-rc2
Required for a CONFIG_PREEMPTION fix to i810. :)
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Diffstat (limited to 'tools/testing')
| -rwxr-xr-x | tools/testing/ktest/config-bisect.pl | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |
