]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment
authorQuan Zhou <zhouquan@iscas.ac.cn>
Mon, 11 Aug 2025 02:18:29 +0000 (10:18 +0800)
committerAnup Patel <anup@brainfault.org>
Mon, 25 Aug 2025 04:56:17 +0000 (10:26 +0530)
Correct `check_vcpu_requests` to `kvm_riscv_check_vcpu_requests` in
comments.

Fixes: f55ffaf89636 ("RISC-V: KVM: Enable ring-based dirty memory tracking")
Signed-off-by: Quan Zhou <zhouquan@iscas.ac.cn>
Reviewed-by: Nutty Liu <nutty.liu@hotmail.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Link: https://lore.kernel.org/r/49680363098c45516ec4b305283d662d26fa9386.1754326285.git.zhouquan@iscas.ac.cn
Signed-off-by: Anup Patel <anup@brainfault.org>
arch/riscv/kvm/vcpu.c

index f001e56403f9fa9aeb54cec06ee7631a49401d7d..3ebcfffaa978154157cafe976b532ad36e79f3a7 100644 (file)
@@ -683,7 +683,7 @@ void kvm_arch_vcpu_put(struct kvm_vcpu *vcpu)
 }
 
 /**
- * check_vcpu_requests - check and handle pending vCPU requests
+ * kvm_riscv_check_vcpu_requests - check and handle pending vCPU requests
  * @vcpu:      the VCPU pointer
  *
  * Return: 1 if we should enter the guest