diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-02-27 17:51:43 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-05-17 12:14:42 +0300 |
commit | 0fc5c3a54d68d0e6c2f3b346dcc924ba928c4d0e (patch) | |
tree | d3b702c1fcc532ae0ddf4a695a64904d2e28e945 | |
parent | ea79849d4c8461034b75acb19c8041b6fddee2a5 (diff) | |
download | linux-0fc5c3a54d68d0e6c2f3b346dcc924ba928c4d0e.tar.bz2 |
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>
-rw-r--r-- | arch/x86/kvm/kvm_timer.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/kvm/kvm_timer.h b/arch/x86/kvm/kvm_timer.h index 55c7524dda54..64bc6ea78d90 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); - |