dect
/
linux-2.6
Archived
13
0
Fork 0

cfq: remove extraneous '\n' in blktrace output

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

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
Jeff Moyer 2009-06-12 15:29:30 +02:00 committed by Jens Axboe
parent a979eff181
commit 6923715ae3
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}