Skip to content

Commit 3163600

Browse files
Jason Wangsuryasaimadhu
authored andcommitted
x86: Fix various duplicate-word comment typos
[ mingo: Consolidated 4 very similar patches into one, it's silly to spread this out. ] Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20220715044809.20572-1-wangborong@cdjrlc.com
1 parent 039f0e0 commit 3163600

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

arch/x86/kernel/amd_gart_64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ static u32 *iommu_gatt_base; /* Remapping table */
5353
* of only flushing when an mapping is reused. With it true the GART is
5454
* flushed for every mapping. Problem is that doing the lazy flush seems
5555
* to trigger bugs with some popular PCI cards, in particular 3ware (but
56-
* has been also also seen with Qlogic at least).
56+
* has been also seen with Qlogic at least).
5757
*/
5858
static int iommu_fullflush = 1;
5959

arch/x86/kernel/aperture_64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/*
3737
* Using 512M as goal, in case kexec will load kernel_big
3838
* that will do the on-position decompress, and could overlap with
39-
* with the gart aperture that is used.
39+
* the gart aperture that is used.
4040
* Sequence:
4141
* kernel_small
4242
* ==> kexec (with kdump trigger path or gart still enabled)

arch/x86/kvm/vmx/nested.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2570,7 +2570,7 @@ static int prepare_vmcs02(struct kvm_vcpu *vcpu, struct vmcs12 *vmcs12,
25702570
* bits which we consider mandatory enabled.
25712571
* The CR0_READ_SHADOW is what L2 should have expected to read given
25722572
* the specifications by L1; It's not enough to take
2573-
* vmcs12->cr0_read_shadow because on our cr0_guest_host_mask we we
2573+
* vmcs12->cr0_read_shadow because on our cr0_guest_host_mask we
25742574
* have more bits than L1 expected.
25752575
*/
25762576
vmx_set_cr0(vcpu, vmcs12->guest_cr0);

arch/x86/platform/efi/efi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ static void __init do_add_efi_memmap(void)
169169
}
170170

171171
/*
172-
* Given add_efi_memmap defaults to 0 and there there is no alternative
172+
* Given add_efi_memmap defaults to 0 and there is no alternative
173173
* e820 mechanism for soft-reserved memory, import the full EFI memory
174174
* map if soft reservations are present and enabled. Otherwise, the
175175
* mechanism to disable the kernel's consideration of EFI_MEMORY_SP is

0 commit comments

Comments
 (0)