Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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/20250815153840.188213-2-alessandro@0x65c.net
Signed-off-by: Alessandro Ratti <alessandro@0x65c.net>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>

authored by

Alessandro Ratti and committed by
Jason Gunthorpe
447c6141 8fe8a092

+2 -2
+2 -2
Documentation/userspace-api/iommufd.rst
··· 43 43 44 44 - IOMMUFD_OBJ_HWPT_PAGING, representing an actual hardware I/O page table 45 45 (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 47 47 indicates that it is backed by an iommu_domain with __IOMMU_DOMAIN_PAGING 48 48 feature flag. This can be either an UNMANAGED stage-1 domain for a device 49 49 running in the user space, or a nesting parent stage-2 domain for mappings ··· 76 76 77 77 * Security namespace for guest owned ID, e.g. guest-controlled cache tags 78 78 * 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 80 80 * Virtualization of various platforms IDs, e.g. RIDs and others 81 81 * Delivery of paravirtualized invalidation 82 82 * Direct assigned invalidation queues