Commit d626f3d5 authored by Kevin Mulvey's avatar Kevin Mulvey Committed by Paolo Bonzini

KVM: fix checkpatch.pl errors in kvm/async_pf.h

fix brace spacing
Signed-off-by: default avatarKevin Mulvey <kmulvey@linux.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent e73f61e4
......@@ -29,8 +29,8 @@ void kvm_async_pf_deinit(void);
void kvm_async_pf_vcpu_init(struct kvm_vcpu *vcpu);
#else
#define kvm_async_pf_init() (0)
#define kvm_async_pf_deinit() do{}while(0)
#define kvm_async_pf_vcpu_init(C) do{}while(0)
#define kvm_async_pf_deinit() do {} while (0)
#define kvm_async_pf_vcpu_init(C) do {} while (0)
#endif
#endif
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