forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/tools/testing/ktest/config-bisect.pl
....@@ -1,9 +1,8 @@
11 #!/usr/bin/perl -w
2
+# SPDX-License-Identifier: GPL-2.0-only
23 #
34 # Copyright 2015 - Steven Rostedt, Red Hat Inc.
45 # Copyright 2017 - Steven Rostedt, VMware, Inc.
5
-#
6
-# Licensed under the terms of the GNU GPL License version 2
76 #
87
98 # usage:
....@@ -664,7 +663,7 @@
664663 }
665664
666665 else {
667
- die "Unknow option $opt\n";
666
+ die "Unknown option $opt\n";
668667 }
669668 }
670669
....@@ -733,7 +732,7 @@
733732 }
734733 }
735734 run_command "cp $good_start $good" or die "failed to copy to $good\n";
736
- run_command "cp $bad_start $bad" or die "faield to copy to $bad\n";
735
+ run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";
737736 } else {
738737 if ( ! -f $good ) {
739738 die "Can not find file $good\n";