diff options
author | Christoffer Dall <cdall@cs.columbia.edu> | 2013-04-23 17:26:31 -0400 |
---|---|---|
committer | Christoffer Dall <cdall@cs.columbia.edu> | 2013-04-29 01:23:22 -0400 |
commit | df759217386fcff9c5e45547d1578270fd592a1b (patch) | |
tree | eb6a110b1205bf9a273ec5fc7633297968e639a8 /arch/arm/kvm | |
parent | d21a1c83c7595e387545632e44cd7797b76e19cc (diff) |
KVM: ARM: Fix spelling in error message
s/unkown/unknown/
Signed-off-by: Christoffer Dall <cdall@cs.columbia.edu>
Diffstat (limited to 'arch/arm/kvm')
-rw-r--r-- | arch/arm/kvm/handle_exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kvm/handle_exit.c b/arch/arm/kvm/handle_exit.c index 26ad17310a1e..3d74a0be47db 100644 --- a/arch/arm/kvm/handle_exit.c +++ b/arch/arm/kvm/handle_exit.c | |||
@@ -115,7 +115,7 @@ static exit_handle_fn kvm_get_exit_handler(struct kvm_vcpu *vcpu) | |||
115 | 115 | ||
116 | if (hsr_ec >= ARRAY_SIZE(arm_exit_handlers) || | 116 | if (hsr_ec >= ARRAY_SIZE(arm_exit_handlers) || |
117 | !arm_exit_handlers[hsr_ec]) { | 117 | !arm_exit_handlers[hsr_ec]) { |
118 | kvm_err("Unkown exception class: hsr: %#08x\n", | 118 | kvm_err("Unknown exception class: hsr: %#08x\n", |
119 | (unsigned int)kvm_vcpu_get_hsr(vcpu)); | 119 | (unsigned int)kvm_vcpu_get_hsr(vcpu)); |
120 | BUG(); | 120 | BUG(); |
121 | } | 121 | } |