KVM: arm64: Fix comment for kvm_reset_vcpu()
authorFuad Tabba <tabba@google.com>
Wed, 8 Dec 2021 19:32:56 +0000 (19:32 +0000)
committerMarc Zyngier <maz@kernel.org>
Mon, 20 Dec 2021 13:57:13 +0000 (13:57 +0000)
commita080e323be8d66415944ad862fcf750825f871e7
treede24c8386a9a0dd9cad660af0480f11c439aae21
parent500ca5241bf8054c8a973e54cb28629614f43178
KVM: arm64: Fix comment for kvm_reset_vcpu()

The comment for kvm_reset_vcpu() refers to the sysreg table as
being the table above, probably because of the code extracted at
commit f4672752c321ea36 ("arm64: KVM: virtual CPU reset").

Fix the comment to remove the potentially confusing reference.

Signed-off-by: Fuad Tabba <tabba@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20211208193257.667613-2-tabba@google.com
arch/arm64/kvm/reset.c