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

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
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment