Skip to content

Commit 7937a1b

Browse files
rddunlapjgunthorpe
authored andcommitted
iommufd: Fix typos in kernel-doc comments
Fix typos/spellos in kernel-doc comments for readability. Fixes: aad37e7 ("iommufd: IOCTLs for the io_pagetable") Fixes: b7a0855 ("iommu: Add new flag to explictly request PASID capable domain") Fixes: d68beb2 ("iommu/arm-smmu-v3: Support IOMMU_HWPT_INVALIDATE using a VIOMMU object") Link: https://patch.msgid.link/r/[email protected] Signed-off-by: Randy Dunlap <[email protected]> Acked-by: Nicolin Chen <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 40384c8 commit 7937a1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/uapi/linux/iommufd.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ struct iommu_ioas_unmap {
297297
* ioctl(IOMMU_OPTION_HUGE_PAGES)
298298
* @IOMMU_OPTION_RLIMIT_MODE:
299299
* Change how RLIMIT_MEMLOCK accounting works. The caller must have privilege
300-
* to invoke this. Value 0 (default) is user based accouting, 1 uses process
300+
* to invoke this. Value 0 (default) is user based accounting, 1 uses process
301301
* based accounting. Global option, object_id must be 0
302302
* @IOMMU_OPTION_HUGE_PAGES:
303303
* Value 1 (default) allows contiguous pages to be combined when generating
@@ -390,7 +390,7 @@ struct iommu_vfio_ioas {
390390
* @IOMMU_HWPT_ALLOC_PASID: Requests a domain that can be used with PASID. The
391391
* domain can be attached to any PASID on the device.
392392
* Any domain attached to the non-PASID part of the
393-
* device must also be flaged, otherwise attaching a
393+
* device must also be flagged, otherwise attaching a
394394
* PASID will blocked.
395395
* If IOMMU does not support PASID it will return
396396
* error (-EOPNOTSUPP).
@@ -766,7 +766,7 @@ struct iommu_hwpt_vtd_s1_invalidate {
766766
};
767767

768768
/**
769-
* struct iommu_viommu_arm_smmuv3_invalidate - ARM SMMUv3 cahce invalidation
769+
* struct iommu_viommu_arm_smmuv3_invalidate - ARM SMMUv3 cache invalidation
770770
* (IOMMU_VIOMMU_INVALIDATE_DATA_ARM_SMMUV3)
771771
* @cmd: 128-bit cache invalidation command that runs in SMMU CMDQ.
772772
* Must be little-endian.

0 commit comments

Comments
 (0)