Skip to content

Commit 562f5bc

Browse files
Lai Jiangshanbonzini
authored andcommitted
kvm: x86/mmu: Remove duplicated "be split" in spte.h
"be split be split" -> "be split" Signed-off-by: Lai Jiangshan <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent a303def commit 562f5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kvm/mmu/spte.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ static __always_inline bool is_rsvd_spte(struct rsvd_bits_validate *rsvd_check,
363363
* A shadow-present leaf SPTE may be non-writable for 4 possible reasons:
364364
*
365365
* 1. To intercept writes for dirty logging. KVM write-protects huge pages
366-
* so that they can be split be split down into the dirty logging
366+
* so that they can be split down into the dirty logging
367367
* granularity (4KiB) whenever the guest writes to them. KVM also
368368
* write-protects 4KiB pages so that writes can be recorded in the dirty log
369369
* (e.g. if not using PML). SPTEs are write-protected for dirty logging

0 commit comments

Comments
 (0)