From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:17:29 +0000
Subject: [PATCH] debug lk
---
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