summaryrefslogtreecommitdiffstats
path: root/virt
diff options
context:
space:
mode:
authorColin Ian King2019-02-17 23:36:26 +0100
committerMarc Zyngier2019-02-19 22:05:54 +0100
commita37f0c3c46d2d5f4e94bb1e80e3f6f1f8fd89b40 (patch)
treed4f991261f2c1bd5bd7ea51b78a8bf8a32fa7bee /virt
parentKVM: arm/arm64: Update MAINTAINERS entries (diff)
downloadkernel-qcow2-linux-a37f0c3c46d2d5f4e94bb1e80e3f6f1f8fd89b40.tar.gz
kernel-qcow2-linux-a37f0c3c46d2d5f4e94bb1e80e3f6f1f8fd89b40.tar.xz
kernel-qcow2-linux-a37f0c3c46d2d5f4e94bb1e80e3f6f1f8fd89b40.zip
KVM: arm/arm64: fix spelling mistake: "auxilary" -> "auxiliary"
There is a spelling mistake in a kvm_err error message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'virt')
-rw-r--r--virt/kvm/arm/arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/arm/arm.c b/virt/kvm/arm/arm.c
index 9fbdb9e1c51f..8de55041e7ba 100644
--- a/virt/kvm/arm/arm.c
+++ b/virt/kvm/arm/arm.c
@@ -1553,7 +1553,7 @@ static int init_hyp_mode(void)
err = hyp_map_aux_data();
if (err)
- kvm_err("Cannot map host auxilary data: %d\n", err);
+ kvm_err("Cannot map host auxiliary data: %d\n", err);
return 0;