Skip to content

Commit

Permalink
KVM: arch/x86/kvm/kvm_timer.h checkpatch cleanup
Browse files Browse the repository at this point in the history
arch/x86/kvm/kvm_timer.h:13: ERROR: code indent should use tabs where possible

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
  • Loading branch information
Andrea Gelmini authored and Avi Kivity committed May 17, 2010
1 parent ea79849 commit 0fc5c3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/x86/kvm/kvm_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ struct kvm_timer {
};

struct kvm_timer_ops {
bool (*is_periodic)(struct kvm_timer *);
bool (*is_periodic)(struct kvm_timer *);
};


enum hrtimer_restart kvm_timer_fn(struct hrtimer *data);

0 comments on commit 0fc5c3a

Please sign in to comment.