Commit f877e399 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

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: default avatarPaul E. McKenney <paulmck@kernel.org>
parent eec52c7f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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
}