On 09/29/2015 06:55 PM, Dario Faggioli wrote:
Signed-off-by: Dario Faggioli <dario.faggi...@citrix.com>

Reviewed-by: Juergen Gross <jgr...@suse.com>

---
Cc: George Dunlap <george.dun...@eu.citrix.com>
---
  xen/common/sched_credit2.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/common/sched_credit2.c b/xen/common/sched_credit2.c
index 75e0321..46645f8 100644
--- a/xen/common/sched_credit2.c
+++ b/xen/common/sched_credit2.c
@@ -1931,7 +1931,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);


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to