mirror of https://gitee.com/openkylin/linux.git
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:
parent
2eeeaf16aa
commit
3f8cb76c80
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue