From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v2 1/8] xen: arm: fix indendation of struct vtimer Date: Tue, 10 Nov 2015 22:18:37 +0000 Message-ID: <56426D3D.1020903@citrix.com> References: <1447172433.9407.39.camel@citrix.com> <1447172473-21405-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1447172473-21405-1-git-send-email-ian.campbell@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: Ian Campbell , stefano.stabellini@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Hi Ian, On 10/11/2015 16:21, Ian Campbell wrote: > Signed-off-by: Ian Campbell Reviewed-by: Julien Grall Regards, > --- > xen/include/asm-arm/domain.h | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/xen/include/asm-arm/domain.h b/xen/include/asm-arm/domain.h > index e7e40da..c56f06e 100644 > --- a/xen/include/asm-arm/domain.h > +++ b/xen/include/asm-arm/domain.h > @@ -35,11 +35,11 @@ extern int dom0_11_mapping; > #define is_domain_direct_mapped(d) ((d) == hardware_domain && dom0_11_mapping) > > struct vtimer { > - struct vcpu *v; > - int irq; > - struct timer timer; > - uint32_t ctl; > - uint64_t cval; > + struct vcpu *v; > + int irq; > + struct timer timer; > + uint32_t ctl; > + uint64_t cval; > }; > > struct arch_domain > -- Julien Grall