diff options
| author | Quan Zhou <[email protected]> | 2025-08-11 02:18:29 +0000 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2025-08-25 04:56:17 +0000 |
| commit | e61a12a4baf06a4c71e15f522bb5c4345c2ba198 (patch) | |
| tree | f51b327deae48d5fff661459f3ec02da5ba16630 | |
| parent | RISC-V: KVM: Fix pte settings within kvm_riscv_gstage_ioremap() (diff) | |
| download | kernel-e61a12a4baf06a4c71e15f522bb5c4345c2ba198.tar.gz kernel-e61a12a4baf06a4c71e15f522bb5c4345c2ba198.zip | |
RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment
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 <[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]>
| -rw-r--r-- | arch/riscv/kvm/vcpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/kvm/vcpu.c b/arch/riscv/kvm/vcpu.c index f001e56403f9..3ebcfffaa978 100644 --- a/arch/riscv/kvm/vcpu.c +++ b/arch/riscv/kvm/vcpu.c @@ -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 |
