Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0fc5c3a5 authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Avi Kivity
Browse files

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: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
parent ea79849d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -13,6 +13,4 @@ struct kvm_timer_ops {
	bool (*is_periodic)(struct kvm_timer *);
};


enum hrtimer_restart kvm_timer_fn(struct hrtimer *data);