Skip to content

Commit

Permalink
KVM: fix checkpatch.pl errors in kvm/async_pf.h
Browse files Browse the repository at this point in the history
fix brace spacing

Signed-off-by: Kevin Mulvey <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
kmulvey authored and bonzini committed Jun 19, 2015
1 parent e73f61e commit d626f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virt/kvm/async_pf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit d626f3d

Please sign in to comment.