瀏覽代碼

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 <andrea.gelmini@gelma.net>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Andrea Gelmini 15 年之前
父節點
當前提交
0fc5c3a54d
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      arch/x86/kvm/kvm_timer.h

+ 1 - 3
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);
-