projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea79849
)
KVM: arch/x86/kvm/kvm_timer.h checkpatch cleanup
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sat, 27 Feb 2010 16:51:43 +0000
(17:51 +0100)
committer
Avi 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
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/kvm_timer.h
b/arch/x86/kvm/kvm_timer.h
index
55c7524
..
64bc6ea
100644
(file)
--- 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);
-