Skip to content

Commit

Permalink
cfq: remove extraneous '\n' in blktrace output
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Moyer authored and Jens Axboe committed Jun 16, 2009
1 parent a979eff commit 6923715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6923715

Please sign in to comment.