]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
KVM: arm64: Fix typo in feature check comments
authorFuad Tabba <tabba@google.com>
Fri, 24 Apr 2026 08:49:04 +0000 (09:49 +0100)
committerMarc Zyngier <maz@kernel.org>
Fri, 24 Apr 2026 11:03:57 +0000 (12:03 +0100)
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>
arch/arm64/kvm/config.c

index 093290b366e65ee5d8128726df4e4c0fc2cdd44a..a722ea178f68e24bc64f09846783161cb4b7e175 100644 (file)
@@ -283,7 +283,7 @@ static bool feat_anerr(struct kvm *kvm)
 static bool feat_sme_smps(struct kvm *kvm)
 {
        /*
-        * Revists this if KVM ever supports SME -- this really should
+        * Revisit this if KVM ever supports SME -- this really should
         * look at the guest's view of SMIDR_EL1. Funnily enough, this
         * is not captured in the JSON file, but only as a note in the
         * ARM ARM.
@@ -295,7 +295,7 @@ static bool feat_sme_smps(struct kvm *kvm)
 static bool feat_spe_fds(struct kvm *kvm)
 {
        /*
-        * Revists this if KVM ever supports SPE -- this really should
+        * Revisit this if KVM ever supports SPE -- this really should
         * look at the guest's view of PMSIDR_EL1.
         */
        return (kvm_has_feat(kvm, FEAT_SPEv1p4) &&
@@ -305,7 +305,7 @@ static bool feat_spe_fds(struct kvm *kvm)
 static bool feat_trbe_mpam(struct kvm *kvm)
 {
        /*
-        * Revists this if KVM ever supports both MPAM and TRBE --
+        * Revisit this if KVM ever supports both MPAM and TRBE --
         * this really should look at the guest's view of TRBIDR_EL1.
         */
        return (kvm_has_feat(kvm, FEAT_TRBE) &&