aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2014-05-29 05:16:40 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2014-05-30 07:05:07 -0400
commit2dca3725cbe0bc5aeb195e7c098bcebae5d40f83 (patch)
tree6d9bb7c3189ad065719a15a2278e9360a0c90013 /arch
parent0fae34f464d1d573d13a6c1a872d90adae435e2a (diff)
MIPS: KVM: Whitespace fixes in kvm_mips_callbacks
Fix whitespace in struct kvm_mips_callbacks function pointers. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Gleb Natapov <gleb@kernel.org> Cc: kvm@vger.kernel.org Cc: Ralf Baechle <ralf@linux-mips.org> Cc: linux-mips@linux-mips.org Cc: Sanjay Lal <sanjayl@kymasys.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/include/asm/kvm_host.h46
1 files changed, 23 insertions, 23 deletions
diff --git a/arch/mips/include/asm/kvm_host.h b/arch/mips/include/asm/kvm_host.h
index f9c672f729ea..b0aa95565752 100644
--- a/arch/mips/include/asm/kvm_host.h
+++ b/arch/mips/include/asm/kvm_host.h
@@ -569,29 +569,29 @@ static inline void _kvm_atomic_change_c0_guest_reg(unsigned long *reg,
569 569
570 570
571struct kvm_mips_callbacks { 571struct kvm_mips_callbacks {
572 int (*handle_cop_unusable) (struct kvm_vcpu *vcpu); 572 int (*handle_cop_unusable)(struct kvm_vcpu *vcpu);
573 int (*handle_tlb_mod) (struct kvm_vcpu *vcpu); 573 int (*handle_tlb_mod)(struct kvm_vcpu *vcpu);
574 int (*handle_tlb_ld_miss) (struct kvm_vcpu *vcpu); 574 int (*handle_tlb_ld_miss)(struct kvm_vcpu *vcpu);
575 int (*handle_tlb_st_miss) (struct kvm_vcpu *vcpu); 575 int (*handle_tlb_st_miss)(struct kvm_vcpu *vcpu);
576 int (*handle_addr_err_st) (struct kvm_vcpu *vcpu); 576 int (*handle_addr_err_st)(struct kvm_vcpu *vcpu);
577 int (*handle_addr_err_ld) (struct kvm_vcpu *vcpu); 577 int (*handle_addr_err_ld)(struct kvm_vcpu *vcpu);
578 int (*handle_syscall) (struct kvm_vcpu *vcpu); 578 int (*handle_syscall)(struct kvm_vcpu *vcpu);
579 int (*handle_res_inst) (struct kvm_vcpu *vcpu); 579 int (*handle_res_inst)(struct kvm_vcpu *vcpu);
580 int (*handle_break) (struct kvm_vcpu *vcpu); 580 int (*handle_break)(struct kvm_vcpu *vcpu);
581 int (*vm_init) (struct kvm *kvm); 581 int (*vm_init)(struct kvm *kvm);
582 int (*vcpu_init) (struct kvm_vcpu *vcpu); 582 int (*vcpu_init)(struct kvm_vcpu *vcpu);
583 int (*vcpu_setup) (struct kvm_vcpu *vcpu); 583 int (*vcpu_setup)(struct kvm_vcpu *vcpu);
584 gpa_t(*gva_to_gpa) (gva_t gva); 584 gpa_t (*gva_to_gpa)(gva_t gva);
585 void (*queue_timer_int) (struct kvm_vcpu *vcpu); 585 void (*queue_timer_int)(struct kvm_vcpu *vcpu);
586 void (*dequeue_timer_int) (struct kvm_vcpu *vcpu); 586 void (*dequeue_timer_int)(struct kvm_vcpu *vcpu);
587 void (*queue_io_int) (struct kvm_vcpu *vcpu, 587 void (*queue_io_int)(struct kvm_vcpu *vcpu,
588 struct kvm_mips_interrupt *irq); 588 struct kvm_mips_interrupt *irq);
589 void (*dequeue_io_int) (struct kvm_vcpu *vcpu, 589 void (*dequeue_io_int)(struct kvm_vcpu *vcpu,
590 struct kvm_mips_interrupt *irq); 590 struct kvm_mips_interrupt *irq);
591 int (*irq_deliver) (struct kvm_vcpu *vcpu, unsigned int priority, 591 int (*irq_deliver)(struct kvm_vcpu *vcpu, unsigned int priority,
592 uint32_t cause); 592 uint32_t cause);
593 int (*irq_clear) (struct kvm_vcpu *vcpu, unsigned int priority, 593 int (*irq_clear)(struct kvm_vcpu *vcpu, unsigned int priority,
594 uint32_t cause); 594 uint32_t cause);
595 int (*get_one_reg)(struct kvm_vcpu *vcpu, 595 int (*get_one_reg)(struct kvm_vcpu *vcpu,
596 const struct kvm_one_reg *reg, s64 *v); 596 const struct kvm_one_reg *reg, s64 *v);
597 int (*set_one_reg)(struct kvm_vcpu *vcpu, 597 int (*set_one_reg)(struct kvm_vcpu *vcpu,