From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [PATCH for 4.6 3/5] libxc: fix indentation Date: Fri, 4 Sep 2015 19:32:09 +0100 Message-ID: <1441391531-30004-4-git-send-email-wei.liu2@citrix.com> References: <1441391531-30004-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZXvmf-0001GY-IU for xen-devel@lists.xenproject.org; Fri, 04 Sep 2015 18:32:21 +0000 In-Reply-To: <1441391531-30004-1-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel Cc: Andrew Cooper , Ian Jackson , Ian Campbell , Wei Liu List-Id: xen-devel@lists.xenproject.org Signed-off-by: Wei Liu --- tools/libxc/xc_sr_restore_x86_pv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/xc_sr_restore_x86_pv.c b/tools/libxc/xc_sr_restore_x86_pv.c index c65a2f1..bc604b3 100644 --- a/tools/libxc/xc_sr_restore_x86_pv.c +++ b/tools/libxc/xc_sr_restore_x86_pv.c @@ -970,7 +970,7 @@ static int x86_pv_localise_page(struct xc_sr_context *ctx, } if ( to_populate && populate_pfns(ctx, to_populate, pfns, NULL) ) - return -1; + return -1; for ( i = 0; i < (PAGE_SIZE / sizeof(uint64_t)); ++i ) { -- 2.1.4