]> Pileus Git - ~andy/linux/blobdiff - arch/arm/kvm/handle_exit.c
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
[~andy/linux] / arch / arm / kvm / handle_exit.c
index 26ad17310a1efc732b6b612a7139cf56a8dedeb2..3d74a0be47dbfd81bf3950ba4bad75ed1b1b0f76 100644 (file)
@@ -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("Unknown exception class: hsr: %#08x\n",
                        (unsigned int)kvm_vcpu_get_hsr(vcpu));
                BUG();
        }