Skip to content
Snippets Groups Projects
Commit d626f3d5 authored by Kevin Mulvey's avatar Kevin Mulvey Committed by Paolo Bonzini
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment