mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-12-22 12:17:45 +01:00
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);
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user