]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
KVM: PPC: Whitespace fix for kvm.h
authorAlexander Graf <agraf@suse.de>
Mon, 19 Sep 2011 11:24:10 +0000 (13:24 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 27 Dec 2011 09:26:43 +0000 (11:26 +0200)
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 <agraf@suse.de>
arch/powerpc/include/asm/kvm.h

index 0ad432bc81d66259d82e4e94f691c46e4c765555..f7727d91ac6b91d26325fdbbae46cc9e7698cba2 100644 (file)
@@ -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 {