From: Andrew Cooper Date: Tue, 10 Jun 2014 10:04:59 +0000 (+0200) Subject: common/grant: add a newline into error message X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4885 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ea7a1bf21a428d447e2fe479f1146beeac45c18b;p=xen.git common/grant: add a newline into error message Avoid corrupting the next line on the console. Signed-off-by: Andrew Cooper --- diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c index c08e9573ba..464007ea33 100644 --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -580,7 +580,7 @@ __gnttab_map_grant_ref( if ( rgt->gt_version == 0 ) PIN_FAIL(unlock_out, GNTST_general_error, - "remote grant table not yet set up"); + "remote grant table not yet set up\n"); /* Bounds check on the grant ref */ if ( unlikely(op->ref >= nr_grant_entries(rgt)))