aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBrian Ochoa <brianeochoa@gmail.com>2025-02-19 10:09:20 -0500
committerJonathan Corbet <corbet@lwn.net>2025-02-21 13:25:49 -0700
commit757b9d0a4fd2eda3f4d883ef8ac6998d73004df7 (patch)
tree3e920370d88b130c6277e4c9bcab3f4dfdef4215
parentdocs/ja_JP: Convert SubmitChecklist into reST with belated updates (diff)
downloadwireguard-linux-757b9d0a4fd2eda3f4d883ef8ac6998d73004df7.tar.xz
wireguard-linux-757b9d0a4fd2eda3f4d883ef8ac6998d73004df7.zip
docs: arch/x86/sva: Fix two grammar errors under Background and FAQ
- Correct "in order" to "in order to" - Append missing quantifier Signed-off-by: Brian Ochoa <brianeochoa@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250219150920.445802-1-brianeochoa@gmail.com
Diffstat (limited to '')
-rw-r--r--Documentation/arch/x86/sva.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/arch/x86/sva.rst b/Documentation/arch/x86/sva.rst
index 33cb05005982..6a759984d471 100644
--- a/Documentation/arch/x86/sva.rst
+++ b/Documentation/arch/x86/sva.rst
@@ -25,7 +25,7 @@ to cache translations for virtual addresses. The IOMMU driver uses the
mmu_notifier() support to keep the device TLB cache and the CPU cache in
sync. When an ATS lookup fails for a virtual address, the device should
use the PRI in order to request the virtual address to be paged into the
-CPU page tables. The device must use ATS again in order the fetch the
+CPU page tables. The device must use ATS again in order to fetch the
translation before use.
Shared Hardware Workqueues
@@ -216,7 +216,7 @@ submitting work and processing completions.
Single Root I/O Virtualization (SR-IOV) focuses on providing independent
hardware interfaces for virtualizing hardware. Hence, it's required to be
-almost fully functional interface to software supporting the traditional
+an almost fully functional interface to software supporting the traditional
BARs, space for interrupts via MSI-X, its own register layout.
Virtual Functions (VFs) are assisted by the Physical Function (PF)
driver.