From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH for-xen-4.5 v3 01/16] x86/boot/reloc: Remove redundant blank characters and reformat comments a bit Date: Thu, 9 Oct 2014 10:26:51 +0100 Message-ID: <543654DB.6020206@citrix.com> References: <1412790736-28915-1-git-send-email-daniel.kiper@oracle.com> <1412790736-28915-2-git-send-email-daniel.kiper@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Xc9zv-0006qE-C1 for xen-devel@lists.xenproject.org; Thu, 09 Oct 2014 09:26:59 +0000 In-Reply-To: <1412790736-28915-2-git-send-email-daniel.kiper@oracle.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: Daniel Kiper , xen-devel@lists.xenproject.org Cc: jgross@suse.com, keir@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, ross.philipson@citrix.com, roy.franz@linaro.org, ning.sun@intel.com, jbeulich@suse.com, qiaowei.ren@intel.com, richard.l.maliszewski@intel.com, gang.wei@intel.com, fu.wei@linaro.org List-Id: xen-devel@lists.xenproject.org On 08/10/14 18:52, Daniel Kiper wrote: > Signed-off-by: Daniel Kiper Reviewed-by: Andrew Cooper > --- > xen/arch/x86/boot/reloc.c | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) > > diff --git a/xen/arch/x86/boot/reloc.c b/xen/arch/x86/boot/reloc.c > index fa0fb6b..4609e55 100644 > --- a/xen/arch/x86/boot/reloc.c > +++ b/xen/arch/x86/boot/reloc.c > @@ -1,11 +1,11 @@ > -/****************************************************************************** > +/* > * reloc.c > - * > + * > * 32-bit flat memory-map routines for relocating Multiboot structures > * and modules. This is most easily done early with paging disabled. > - * > + * > * Copyright (c) 2009, Citrix Systems, Inc. > - * > + * > * Authors: > * Keir Fraser > */ > @@ -21,8 +21,9 @@ asm ( > " jmp reloc \n" > ); > > -/* This is our data. Because the code must be relocatable, no BSS is > - * allowed. All data is accessed PC-relative with inline assembly. > +/* > + * This is our data. Because the code must be relocatable, no BSS is > + * allowed. All data is accessed PC-relative with inline assembly. > */ > asm ( > "alloc: \n"