Skip to content

Commit 447c614

Browse files
Alessandro Rattijgunthorpe
authored andcommitted
iommufd: Fix spelling errors in iommufd.rst
This patch corrects two minor spelling issues found in Documentation/userspace-api/iommufd.rst: - "primarly" -> "primarily" - "sharable" -> "shareable" Found using codespell(1). Link: https://patch.msgid.link/r/[email protected] Signed-off-by: Alessandro Ratti <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 8fe8a09 commit 447c614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/userspace-api/iommufd.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Following IOMMUFD objects are exposed to userspace:
4343

4444
- IOMMUFD_OBJ_HWPT_PAGING, representing an actual hardware I/O page table
4545
(i.e. a single struct iommu_domain) managed by the iommu driver. "PAGING"
46-
primarly indicates this type of HWPT should be linked to an IOAS. It also
46+
primarily indicates this type of HWPT should be linked to an IOAS. It also
4747
indicates that it is backed by an iommu_domain with __IOMMU_DOMAIN_PAGING
4848
feature flag. This can be either an UNMANAGED stage-1 domain for a device
4949
running in the user space, or a nesting parent stage-2 domain for mappings
@@ -76,7 +76,7 @@ Following IOMMUFD objects are exposed to userspace:
7676

7777
* Security namespace for guest owned ID, e.g. guest-controlled cache tags
7878
* Non-device-affiliated event reporting, e.g. invalidation queue errors
79-
* Access to a sharable nesting parent pagetable across physical IOMMUs
79+
* Access to a shareable nesting parent pagetable across physical IOMMUs
8080
* Virtualization of various platforms IDs, e.g. RIDs and others
8181
* Delivery of paravirtualized invalidation
8282
* Direct assigned invalidation queues

0 commit comments

Comments
 (0)