[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20200214074625.1913-1-yuzenghui@huawei.com>
Date: Fri, 14 Feb 2020 15:46:25 +0800
From: Zenghui Yu <yuzenghui@...wei.com>
To: <maz@...nel.org>, <james.morse@....com>,
<julien.thierry.kdev@...il.com>, <suzuki.poulose@....com>
CC: <kvmarm@...ts.cs.columbia.edu>, <linux-kernel@...r.kernel.org>,
<wanghaibin.wang@...wei.com>, Zenghui Yu <yuzenghui@...wei.com>
Subject: [PATCH] KVM: arm64: Fix spelling mistake "Tmers" -> "Timers"
What we're interested in is obviously the "Arch Timers" access trap.
Fix the typo.
Signed-off-by: Zenghui Yu <yuzenghui@...wei.com>
---
arch/arm64/kvm/sys_regs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/kvm/sys_regs.c b/arch/arm64/kvm/sys_regs.c
index 9f2165937f7d..b1bbb1e2db8f 100644
--- a/arch/arm64/kvm/sys_regs.c
+++ b/arch/arm64/kvm/sys_regs.c
@@ -1889,7 +1889,7 @@ static const struct sys_reg_desc cp15_regs[] = {
{ Op1( 0), CRn(13), CRm( 0), Op2( 1), access_vm_reg, NULL, c13_CID },
- /* Arch Tmers */
+ /* Arch Timers */
{ SYS_DESC(SYS_AARCH32_CNTP_TVAL), access_arch_timer },
{ SYS_DESC(SYS_AARCH32_CNTP_CTL), access_arch_timer },
--
2.19.1
Powered by blists - more mailing lists