projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a979eff
)
cfq: remove extraneous '\n' in blktrace output
author
Jeff Moyer
<jmoyer@redhat.com>
Fri, 12 Jun 2009 13:29:30 +0000
(15:29 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 16 Jun 2009 06:21:04 +0000
(08:21 +0200)
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>
block/cfq-iosched.c
patch
|
blob
|
blame
|
history
diff --git
a/block/cfq-iosched.c
b/block/cfq-iosched.c
index 8447fde95501120e1329b5e63859c0e532124201..833ec18eaa63e2a20b847797c99511e41314b474 100644
(file)
--- a/
block/cfq-iosched.c
+++ b/
block/cfq-iosched.c
@@
-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;
}