scripts: Fix typo in prep_benchmarks.sh

There was was an extra word.

Change-Id: I51d09c7485840caa11a06627269654877f1f13fb
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/393831
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
Ben Walker 2018-01-05 14:55:43 -07:00 committed by Jim Harris
parent 7343354b3e
commit d567945064

View File

@ -31,7 +31,7 @@ function configure_performance() {
done
echo "Done"
echo -n "Configuring kernel blk-mq for for NVMe SSDs..."
echo -n "Configuring kernel blk-mq for NVMe SSDs..."
for queue in /sys/block/nvme*n*/queue; do
if [ -f "$queue/nomerges" ]; then
echo "1" > $queue/nomerges