projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62b320c
)
sched: fix an 'off by one \t' in credit2 debug dump
author
Dario Faggioli
<dario.faggioli@citrix.com>
Mon, 12 Oct 2015 14:00:52 +0000
(16:00 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Mon, 12 Oct 2015 14:00:52 +0000
(16:00 +0200)
Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
xen/common/sched_credit2.c
patch
|
blob
|
history
diff --git
a/xen/common/sched_credit2.c
b/xen/common/sched_credit2.c
index 912e1a2e0c61a16c10ca22503a705d42f558660f..66957291e37c3c4a373ef31e5cdba3d541db8d32 100644
(file)
--- a/
xen/common/sched_credit2.c
+++ b/
xen/common/sched_credit2.c
@@
-1933,7
+1933,7
@@
csched2_dump(const struct scheduler *ops)
struct csched2_dom *sdom;
sdom = list_entry(iter_sdom, struct csched2_dom, sdom_elem);
- printk("\tDomain: %d w %d v %d\n
\t
",
+ printk("\tDomain: %d w %d v %d\n",
sdom->dom->domain_id,
sdom->weight,
sdom->nr_vcpus);