Commit da69dee0 authored by Alexander Graf's avatar Alexander Graf Committed by Avi Kivity

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: default avatarAlexander Graf <agraf@suse.de>
parent 98362dec
...@@ -170,8 +170,8 @@ struct kvm_sregs { ...@@ -170,8 +170,8 @@ struct kvm_sregs {
} ppc64; } ppc64;
struct { struct {
__u32 sr[16]; __u32 sr[16];
__u64 ibat[8]; __u64 ibat[8];
__u64 dbat[8]; __u64 dbat[8];
} ppc32; } ppc32;
} s; } s;
struct { struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment