Skip to content

Commit e61a12a

Browse files
zcxGGmuavpatel
authored andcommitted
RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment
Correct `check_vcpu_requests` to `kvm_riscv_check_vcpu_requests` in comments. Fixes: f55ffaf ("RISC-V: KVM: Enable ring-based dirty memory tracking") Signed-off-by: Quan Zhou <[email protected]> Reviewed-by: Nutty Liu <[email protected]> Reviewed-by: Andrew Jones <[email protected]> Link: https://lore.kernel.org/r/49680363098c45516ec4b305283d662d26fa9386.1754326285.git.zhouquan@iscas.ac.cn Signed-off-by: Anup Patel <[email protected]>
1 parent 9bca8be commit e61a12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/kvm/vcpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ void kvm_arch_vcpu_put(struct kvm_vcpu *vcpu)
683683
}
684684

685685
/**
686-
* check_vcpu_requests - check and handle pending vCPU requests
686+
* kvm_riscv_check_vcpu_requests - check and handle pending vCPU requests
687687
* @vcpu: the VCPU pointer
688688
*
689689
* Return: 1 if we should enter the guest

0 commit comments

Comments
 (0)