diff options
author | Akhil Raj <lf32.dev@gmail.com> | 2022-08-29 08:52:39 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-09-27 21:21:43 +0200 |
commit | 7f77ebbf758be6df89951713e7b234a9e6c5d32b (patch) | |
tree | de067ec255b08220cc3c5dbd4d5ea0ec4bc32fb0 /Documentation/virt | |
parent | docs: admin-guide: for kernel bugs refer to other kernel documentation (diff) | |
download | linux-7f77ebbf758be6df89951713e7b234a9e6c5d32b.tar.xz linux-7f77ebbf758be6df89951713e7b234a9e6c5d32b.zip |
Delete duplicate words from kernel docs
I have deleted duplicate words like
to, guest, trace, when, we
Signed-off-by: Akhil Raj <lf32.dev@gmail.com>
Link: https://lore.kernel.org/r/20220829065239.4531-1-lf32.dev@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/virt')
-rw-r--r-- | Documentation/virt/kvm/x86/mmu.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/kvm/x86/mmu.rst b/Documentation/virt/kvm/x86/mmu.rst index 8739120f4300..8364afa228ec 100644 --- a/Documentation/virt/kvm/x86/mmu.rst +++ b/Documentation/virt/kvm/x86/mmu.rst @@ -377,7 +377,7 @@ Emulating cr0.wp ================ If tdp is not enabled, the host must keep cr0.wp=1 so page write protection -works for the guest kernel, not guest guest userspace. When the guest +works for the guest kernel, not guest userspace. When the guest cr0.wp=1, this does not present a problem. However when the guest cr0.wp=0, we cannot map the permissions for gpte.u=1, gpte.w=0 to any spte (the semantics require allowing any guest kernel access plus user read access). |