summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/aarch32.c
diff options
context:
space:
mode:
authorOliver Upton <oliver.upton@linux.dev>2024-03-07 00:56:16 +0000
committerOliver Upton <oliver.upton@linux.dev>2024-03-07 00:56:16 +0000
commit4a09ddb8333a3efec715f6cfd099f9dc4fbaa7cc (patch)
tree79e8318c332b18aea4b4cac83be3fac98ffdcb8e /arch/arm64/kvm/hyp/aarch32.c
parent9bd8d7df1971c2ebdcaf4526cf7a3f4ea38d0ede (diff)
parente634ff9598a416a2ab6cfe5a2dcee0f69743ddf9 (diff)
downloadlinux-4a09ddb8333a3efec715f6cfd099f9dc4fbaa7cc.tar.gz
linux-4a09ddb8333a3efec715f6cfd099f9dc4fbaa7cc.tar.bz2
linux-4a09ddb8333a3efec715f6cfd099f9dc4fbaa7cc.zip
Merge branch kvm-arm64/kerneldoc into kvmarm/next
* kvm-arm64/kerneldoc: : kerneldoc warning fixes, courtesy of Randy Dunlap : : Fixes addressing the widespread misuse of kerneldoc-style comments : throughout KVM/arm64. KVM: arm64: vgic: fix a kernel-doc warning KVM: arm64: vgic-its: fix kernel-doc warnings KVM: arm64: vgic-init: fix a kernel-doc warning KVM: arm64: sys_regs: fix kernel-doc warnings KVM: arm64: PMU: fix kernel-doc warnings KVM: arm64: mmu: fix a kernel-doc warning KVM: arm64: vhe: fix a kernel-doc warning KVM: arm64: hyp/aarch32: fix kernel-doc warnings KVM: arm64: guest: fix kernel-doc warnings KVM: arm64: debug: fix kernel-doc warnings Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Diffstat (limited to 'arch/arm64/kvm/hyp/aarch32.c')
-rw-r--r--arch/arm64/kvm/hyp/aarch32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/kvm/hyp/aarch32.c b/arch/arm64/kvm/hyp/aarch32.c
index f98cbe2626a1..8d9670e6615d 100644
--- a/arch/arm64/kvm/hyp/aarch32.c
+++ b/arch/arm64/kvm/hyp/aarch32.c
@@ -84,7 +84,7 @@ bool kvm_condition_valid32(const struct kvm_vcpu *vcpu)
}
/**
- * adjust_itstate - adjust ITSTATE when emulating instructions in IT-block
+ * kvm_adjust_itstate - adjust ITSTATE when emulating instructions in IT-block
* @vcpu: The VCPU pointer
*
* When exceptions occur while instructions are executed in Thumb IF-THEN
@@ -120,7 +120,7 @@ static void kvm_adjust_itstate(struct kvm_vcpu *vcpu)
}
/**
- * kvm_skip_instr - skip a trapped instruction and proceed to the next
+ * kvm_skip_instr32 - skip a trapped instruction and proceed to the next
* @vcpu: The vcpu pointer
*/
void kvm_skip_instr32(struct kvm_vcpu *vcpu)