Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Fuad Tabba and committed by
Marc Zyngier
2a623408 7fe2cd4e

+3 -3
+3 -3
arch/arm64/kvm/config.c
··· 283 283 static bool feat_sme_smps(struct kvm *kvm) 284 284 { 285 285 /* 286 - * Revists this if KVM ever supports SME -- this really should 286 + * Revisit this if KVM ever supports SME -- this really should 287 287 * look at the guest's view of SMIDR_EL1. Funnily enough, this 288 288 * is not captured in the JSON file, but only as a note in the 289 289 * ARM ARM. ··· 295 295 static bool feat_spe_fds(struct kvm *kvm) 296 296 { 297 297 /* 298 - * Revists this if KVM ever supports SPE -- this really should 298 + * Revisit this if KVM ever supports SPE -- this really should 299 299 * look at the guest's view of PMSIDR_EL1. 300 300 */ 301 301 return (kvm_has_feat(kvm, FEAT_SPEv1p4) && ··· 305 305 static bool feat_trbe_mpam(struct kvm *kvm) 306 306 { 307 307 /* 308 - * Revists this if KVM ever supports both MPAM and TRBE -- 308 + * Revisit this if KVM ever supports both MPAM and TRBE -- 309 309 * this really should look at the guest's view of TRBIDR_EL1. 310 310 */ 311 311 return (kvm_has_feat(kvm, FEAT_TRBE) &&