KVM: PPC: Book3S HV: XIVE: Fix spelling mistake "acessing" -> "accessing"

There is a spelling mistake in a pr_err message, fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
This commit is contained in:
Colin Ian King 2019-05-02 11:23:13 +01:00 committed by Paul Mackerras
parent 2eeeaf16aa
commit 3f8cb76c80
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ static vm_fault_t xive_native_esb_fault(struct vm_fault *vmf)
arch_spin_unlock(&sb->lock);
if (WARN_ON(!page)) {
pr_err("%s: acessing invalid ESB page for source %lx !\n",
pr_err("%s: accessing invalid ESB page for source %lx !\n",
__func__, irq);
return VM_FAULT_SIGBUS;
}