[PATCH] KVM: arm64: Fix spelling mistake "Tmers" -> "Timers"

From: Zenghui Yu
Date: Fri Feb 14 2020 - 02:47:02 EST


What we're interested in is obviously the "Arch Timers" access trap.
Fix the typo.

Signed-off-by: Zenghui Yu <yuzenghui@xxxxxxxxxx>
---
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