]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()
authorZenghui Yu <yuzenghui@huawei.com>
Thu, 30 Dec 2021 14:15:35 +0000 (22:15 +0800)
committerMarc Zyngier <maz@kernel.org>
Tue, 4 Jan 2022 13:41:25 +0000 (13:41 +0000)
commit510aa6aec92d26687f626b00e1b8fa12e0d23837
tree63959816058d9429c619fcadfb5be691c8a818a0
parent2724855371c57a246f2e2d0f658353abae12235b
KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()

kvm_arm_init_arch_resources() was renamed to kvm_arm_init_sve() in
commit 332c12baf12e ("KVM: arm/arm64: Demote
kvm_arm_init_arch_resources() to just set up SVE"). Fix the function
name in comment of kvm_vcpu_finalize_sve().

Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20211230141535.1389-1-yuzenghui@huawei.com
arch/arm64/kvm/reset.c