[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] xen/arm: nuke some stray hard tabs.
commit 196f03ab8401830390ae364c607aa81b4253507a Author: Ian Campbell <ian.campbell@xxxxxxxxxx> AuthorDate: Tue Apr 30 16:02:52 2013 +0100 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Wed May 1 13:00:52 2013 +0100 xen/arm: nuke some stray hard tabs. 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; -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |