From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 22 Oct 2024 10:36:11 +0000
Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM

---
 kernel/tools/testing/ktest/config-bisect.pl |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/kernel/tools/testing/ktest/config-bisect.pl b/kernel/tools/testing/ktest/config-bisect.pl
index b28feea..6fd8649 100755
--- a/kernel/tools/testing/ktest/config-bisect.pl
+++ b/kernel/tools/testing/ktest/config-bisect.pl
@@ -1,9 +1,8 @@
 #!/usr/bin/perl -w
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright 2015 - Steven Rostedt, Red Hat Inc.
 # Copyright 2017 - Steven Rostedt, VMware, Inc.
-#
-# Licensed under the terms of the GNU GPL License version 2
 #
 
 # usage:
@@ -664,7 +663,7 @@
     }
 
     else {
-	die "Unknow option $opt\n";
+	die "Unknown option $opt\n";
     }
 }
 
@@ -733,7 +732,7 @@
 	}
     }
     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";

--
Gitblit v1.6.2