KVM: fix checkpatch.pl errors in kvm/async_pf.h
fix brace spacing Signed-off-by: Kevin Mulvey <kmulvey@linux.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Paolo Bonzini
parent
e73f61e41f
commit
d626f3d5b3
@@ -29,8 +29,8 @@ void kvm_async_pf_deinit(void);
|
|||||||
void kvm_async_pf_vcpu_init(struct kvm_vcpu *vcpu);
|
void kvm_async_pf_vcpu_init(struct kvm_vcpu *vcpu);
|
||||||
#else
|
#else
|
||||||
#define kvm_async_pf_init() (0)
|
#define kvm_async_pf_init() (0)
|
||||||
#define kvm_async_pf_deinit() do{}while(0)
|
#define kvm_async_pf_deinit() do {} while (0)
|
||||||
#define kvm_async_pf_vcpu_init(C) do{}while(0)
|
#define kvm_async_pf_vcpu_init(C) do {} while (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user