Skip to content

Commit 2a62340

Browse files
Fuad TabbaMarc Zyngier
authored andcommitted
KVM: arm64: Fix typo in feature check comments
Revists -> Revisit. The following patch will add another similar line. No functional change intended. Signed-off-by: Fuad Tabba <tabba@google.com> Link: https://patch.msgid.link/20260424084908.370776-3-tabba@google.com Signed-off-by: Marc Zyngier <maz@kernel.org>
1 parent 7fe2cd4 commit 2a62340

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/kvm/config.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ static bool feat_anerr(struct kvm *kvm)
283283
static bool feat_sme_smps(struct kvm *kvm)
284284
{
285285
/*
286-
* Revists this if KVM ever supports SME -- this really should
286+
* Revisit this if KVM ever supports SME -- this really should
287287
* look at the guest's view of SMIDR_EL1. Funnily enough, this
288288
* is not captured in the JSON file, but only as a note in the
289289
* ARM ARM.
@@ -295,7 +295,7 @@ static bool feat_sme_smps(struct kvm *kvm)
295295
static bool feat_spe_fds(struct kvm *kvm)
296296
{
297297
/*
298-
* Revists this if KVM ever supports SPE -- this really should
298+
* Revisit this if KVM ever supports SPE -- this really should
299299
* look at the guest's view of PMSIDR_EL1.
300300
*/
301301
return (kvm_has_feat(kvm, FEAT_SPEv1p4) &&
@@ -305,7 +305,7 @@ static bool feat_spe_fds(struct kvm *kvm)
305305
static bool feat_trbe_mpam(struct kvm *kvm)
306306
{
307307
/*
308-
* Revists this if KVM ever supports both MPAM and TRBE --
308+
* Revisit this if KVM ever supports both MPAM and TRBE --
309309
* this really should look at the guest's view of TRBIDR_EL1.
310310
*/
311311
return (kvm_has_feat(kvm, FEAT_TRBE) &&

0 commit comments

Comments
 (0)