On 29/09/15 17:55, Dario Faggioli wrote:
> Signed-off-by: Dario Faggioli <dario.faggi...@citrix.com>
> ---
> Cc: George Dunlap <george.dun...@eu.citrix.com>

Acked-by: George Dunlap <george.dun...@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

Reply via email to