Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6923715a authored by Jeff Moyer's avatar Jeff Moyer Committed by Jens Axboe
Browse files

cfq: remove extraneous '\n' in blktrace output



I noticed a blank line in blktrace output.  This patch fixes that.

Signed-off-by: default avatarJeff Moyer <jmoyer@redhat.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent a979eff1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1252,7 +1252,7 @@ static int cfq_forced_dispatch(struct cfq_data *cfqd)

	BUG_ON(cfqd->busy_queues);

	cfq_log(cfqd, "forced_dispatch=%d\n", dispatched);
	cfq_log(cfqd, "forced_dispatch=%d", dispatched);
	return dispatched;
}