From: Andrea Gelmini Date: Sat, 27 Feb 2010 16:51:43 +0000 (+0100) Subject: KVM: arch/x86/kvm/kvm_timer.h checkpatch cleanup X-Git-Tag: v3.12-rc1~10241^2~203 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fc5c3a54d68d0e6c2f3b346dcc924ba928c4d0e;p=kernel%2Fkernel-generic.git KVM: arch/x86/kvm/kvm_timer.h checkpatch cleanup arch/x86/kvm/kvm_timer.h:13: ERROR: code indent should use tabs where possible Signed-off-by: Andrea Gelmini Signed-off-by: Marcelo Tosatti --- diff --git a/arch/x86/kvm/kvm_timer.h b/arch/x86/kvm/kvm_timer.h index 55c7524..64bc6ea 100644 --- a/arch/x86/kvm/kvm_timer.h +++ b/arch/x86/kvm/kvm_timer.h @@ -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); -