projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
448e711
)
KVM: arm64: Fix comment typo in nvhe/switch.c
author
Wei-Lin Chang
<r09922117@csie.ntu.edu.tw>
Thu, 29 Sep 2022 04:28:39 +0000
(12:28 +0800)
committer
Marc Zyngier
<maz@kernel.org>
Thu, 29 Sep 2022 08:07:08 +0000
(09:07 +0100)
Fix the comment of __hyp_vgic_restore_state() from saying VEH to VHE,
also change the underscore to a dash to match the comment
above __hyp_vgic_save_state().
Signed-off-by: Wei-Lin Chang <r09922117@csie.ntu.edu.tw>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link:
https://lore.kernel.org/r/20220929042839.24277-1-r09922117@csie.ntu.edu.tw
arch/arm64/kvm/hyp/nvhe/switch.c
patch
|
blob
|
history
diff --git
a/arch/arm64/kvm/hyp/nvhe/switch.c
b/arch/arm64/kvm/hyp/nvhe/switch.c
index 9f638570206188bc6cc54da60ae4ca64849edb26..8e9d49a964be61690d02998ec84e06e985265f66 100644
(file)
--- a/
arch/arm64/kvm/hyp/nvhe/switch.c
+++ b/
arch/arm64/kvm/hyp/nvhe/switch.c
@@
-143,7
+143,7
@@
static void __hyp_vgic_save_state(struct kvm_vcpu *vcpu)
}
}
-/* Restore VGICv3 state on non
_VEH
systems */
+/* Restore VGICv3 state on non
-VHE
systems */
static void __hyp_vgic_restore_state(struct kvm_vcpu *vcpu)
{
if (static_branch_unlikely(&kvm_vgic_global_state.gicv3_cpuif)) {