aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/configs
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2022-03-12 21:12:41 -0800
committerPaul E. McKenney <paulmck@kernel.org>2022-04-20 16:55:03 -0700
commitf877e3993b53e2dd1bdfadfc2bca68619d8a3f23 (patch)
tree50e7c2f906e58c108789c9aa3610cf119d27ad2c /tools/testing/selftests/rcutorture/configs
parentrcutorture: Adjust scenarios' Kconfig options for CONFIG_PREEMPT_DYNAMIC (diff)
downloadlinux-dev-f877e3993b53e2dd1bdfadfc2bca68619d8a3f23.tar.xz
linux-dev-f877e3993b53e2dd1bdfadfc2bca68619d8a3f23.zip
scftorture: Remove extraneous "scf" from per_version_boot_params
There is an extraneous "scf" in the per_version_boot_params shell function used by scftorture. No harm done in that it is just passed as an argument to the /init program in initrd, but this commit nevertheless removes it. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs')
-rw-r--r--tools/testing/selftests/rcutorture/configs/scf/ver_functions.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/scf/ver_functions.sh b/tools/testing/selftests/rcutorture/configs/scf/ver_functions.sh
index d3d9e35d3d55..2d949e58f5a5 100644
--- a/tools/testing/selftests/rcutorture/configs/scf/ver_functions.sh
+++ b/tools/testing/selftests/rcutorture/configs/scf/ver_functions.sh
@@ -25,6 +25,5 @@ per_version_boot_params () {
echo $1 `scftorture_param_onoff "$1" "$2"` \
scftorture.stat_interval=15 \
scftorture.shutdown_secs=$3 \
- scftorture.verbose=1 \
- scf
+ scftorture.verbose=1
}