treewide: Fix typos in printk
authorMasanari Iida <standby24x7@gmail.com>
Sun, 8 Dec 2013 15:22:53 +0000 (00:22 +0900)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 2 Oct 2014 15:18:22 +0000 (17:18 +0200)
Correct spelling typo in various part of kernel

[ cdall: Pickes KVM/arm64 specific part not already merged into LSK ]

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
(cherry picked from commit 77d84ff87e9d38072abcca665ca22cb1da41cb86)
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm64/kvm/handle_exit.c

index 8da56067c304cd6b15e654015f8ecb6528c9bb65..42a0f1bddfe7b0dba213ea6ccfcb811134fe7d69 100644 (file)
@@ -90,7 +90,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();
        }