KVM: arch/x86/kvm/kvm_timer.h checkpatch cleanup
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 27 Feb 2010 16:51:43 +0000 (17:51 +0100)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:14:42 +0000 (12:14 +0300)
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>
arch/x86/kvm/kvm_timer.h

index 55c7524..64bc6ea 100644 (file)
@@ -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);
-