projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d21a1c8
)
KVM: ARM: Fix spelling in error message
author
Christoffer Dall
<cdall@cs.columbia.edu>
Tue, 23 Apr 2013 21:26:31 +0000
(14:26 -0700)
committer
Christoffer Dall
<cdall@cs.columbia.edu>
Mon, 29 Apr 2013 05:23:22 +0000
(22:23 -0700)
s/unkown/unknown/
Signed-off-by: Christoffer Dall <cdall@cs.columbia.edu>
arch/arm/kvm/handle_exit.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/kvm/handle_exit.c
b/arch/arm/kvm/handle_exit.c
index 26ad17310a1efc732b6b612a7139cf56a8dedeb2..3d74a0be47dbfd81bf3950ba4bad75ed1b1b0f76 100644
(file)
--- 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)
if (hsr_ec >= ARRAY_SIZE(arm_exit_handlers) ||
!arm_exit_handlers[hsr_ec]) {
- kvm_err("Unkown exception class: hsr: %#08x\n",
+ kvm_err("Unk
n
own exception class: hsr: %#08x\n",
(unsigned int)kvm_vcpu_get_hsr(vcpu));
BUG();
}