Skip to content

Commit e938edd

Browse files
Zenghui YuMarc Zyngier
authored andcommitted
KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()
kvm_arm_init_arch_resources() was renamed to kvm_arm_init_sve() in commit a3be836 ("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
1 parent f15dcf1 commit e938edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/kvm/reset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static int kvm_vcpu_finalize_sve(struct kvm_vcpu *vcpu)
9999

100100
/*
101101
* Responsibility for these properties is shared between
102-
* kvm_arm_init_arch_resources(), kvm_vcpu_enable_sve() and
102+
* kvm_arm_init_sve(), kvm_vcpu_enable_sve() and
103103
* set_sve_vls(). Double-check here just to be sure:
104104
*/
105105
if (WARN_ON(!sve_vl_valid(vl) || vl > sve_max_virtualisable_vl() ||

0 commit comments

Comments
 (0)