[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 1/8] xen: arm: fix indendation of struct vtimer
On Tue, 10 Nov 2015, Ian Campbell wrote: > Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> > 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 > -- > 2.1.4 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |