Skip to content

Commit c5ec2e5

Browse files
Guo Chaomatosatti
authored andcommitted
KVM: SVM: Fix typos
Signed-off-by: Guo Chao <[email protected]> Signed-off-by: Marcelo Tosatti <[email protected]>
1 parent 0fa0607 commit c5ec2e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/x86/kvm/svm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@ static inline bool nested_svm_intr(struct vcpu_svm *svm)
20632063
if (svm->nested.intercept & 1ULL) {
20642064
/*
20652065
* The #vmexit can't be emulated here directly because this
2066-
* code path runs with irqs and preemtion disabled. A
2066+
* code path runs with irqs and preemption disabled. A
20672067
* #vmexit emulation might sleep. Only signal request for
20682068
* the #vmexit here.
20692069
*/
@@ -2409,7 +2409,7 @@ static bool nested_svm_vmrun_msrpm(struct vcpu_svm *svm)
24092409
{
24102410
/*
24112411
* This function merges the msr permission bitmaps of kvm and the
2412-
* nested vmcb. It is omptimized in that it only merges the parts where
2412+
* nested vmcb. It is optimized in that it only merges the parts where
24132413
* the kvm msr permission bitmap may contain zero bits
24142414
*/
24152415
int i;

0 commit comments

Comments
 (0)