]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
scftorture: Remove extraneous "scf" from per_version_boot_params
authorPaul E. McKenney <paulmck@kernel.org>
Sun, 13 Mar 2022 05:12:41 +0000 (21:12 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 20 Apr 2022 23:55:03 +0000 (16:55 -0700)
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>
tools/testing/selftests/rcutorture/configs/scf/ver_functions.sh

index d3d9e35d3d55a88460046fe3f7bee12f87cfeddd..2d949e58f5a5dfd2e7b267be5110686f2c869570 100644 (file)
@@ -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
 }