[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen/arm: nuke some stray hard tabs.
On Tue, 30 Apr 2013, Ian Campbell wrote: > Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> > xen/arch/arm/domain.c | 10 +++++----- > xen/include/asm-arm/numa.h | 2 +- > xen/include/xen/irq.h | 4 ++-- > 3 files changed, 8 insertions(+), 8 deletions(-) > > diff --git a/xen/arch/arm/domain.c b/xen/arch/arm/domain.c > index a28275e..2af40a1 100644 > --- a/xen/arch/arm/domain.c > +++ b/xen/arch/arm/domain.c > @@ -620,12 +620,12 @@ int domain_relinquish_resources(struct domain *d) > > void arch_dump_domain_info(struct domain *d) > { > - struct vcpu *v; > + struct vcpu *v; > > - for_each_vcpu ( d, v ) > - { > - gic_dump_info(v); > - } > + for_each_vcpu ( d, v ) > + { > + gic_dump_info(v); > + } > } > > long arch_do_vcpu_op(int cmd, struct vcpu *v, XEN_GUEST_HANDLE_PARAM(void) > arg) > diff --git a/xen/include/asm-arm/numa.h b/xen/include/asm-arm/numa.h > index d9400ac..cb8f2ba 100644 > --- a/xen/include/asm-arm/numa.h > +++ b/xen/include/asm-arm/numa.h > @@ -11,7 +11,7 @@ static inline __attribute__((pure)) int phys_to_nid(paddr_t > addr) > } > > /* XXX: implement NUMA support */ > -#define node_spanned_pages(nid) (total_pages) > +#define node_spanned_pages(nid) (total_pages) > #define __node_distance(a, b) (20) > > #endif /* __ARCH_ARM_NUMA_H */ > diff --git a/xen/include/xen/irq.h b/xen/include/xen/irq.h > index 7386358..eaf1a84 100644 > --- a/xen/include/xen/irq.h > +++ b/xen/include/xen/irq.h > @@ -65,10 +65,10 @@ struct msi_desc; > * whether it is disabled etc etc. > */ > typedef struct irq_desc { > - unsigned int status; /* IRQ status */ > + unsigned int status; /* IRQ status */ > hw_irq_controller *handler; > struct msi_desc *msi_desc; > - struct irqaction *action; /* IRQ action list */ > + struct irqaction *action; /* IRQ action list */ > int irq; > spinlock_t lock; > struct arch_irq_desc arch; > -- > 1.7.2.5 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |