From: Alexander Graf Date: Mon, 19 Sep 2011 11:24:10 +0000 (+0200) Subject: KVM: PPC: Whitespace fix for kvm.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=da69dee073a27ee2d4e50c9b19e9faf8776857eb;p=deliverable%2Flinux.git KVM: PPC: Whitespace fix for kvm.h kvm.h had sparse whitespace at the end of the line. Clean it up so syncing with QEMU gets easier. Signed-off-by: Alexander Graf --- diff --git a/arch/powerpc/include/asm/kvm.h b/arch/powerpc/include/asm/kvm.h index 0ad432bc81d6..f7727d91ac6b 100644 --- a/arch/powerpc/include/asm/kvm.h +++ b/arch/powerpc/include/asm/kvm.h @@ -170,8 +170,8 @@ struct kvm_sregs { } ppc64; struct { __u32 sr[16]; - __u64 ibat[8]; - __u64 dbat[8]; + __u64 ibat[8]; + __u64 dbat[8]; } ppc32; } s; struct {