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>
This commit is contained in:
parent
eec52c7fb5
commit
f877e3993b
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue