Skip to content

Commit 2405bc1

Browse files
geertujoergroedel
authored andcommitted
iommu: Document iommu_ops.iotlb_sync_map()
Add missing kerneldoc for iommu_ops.iotlb_sync_map(). Fixes: 1d7ae53 ("iommu: Introduce iotlb_sync_map callback") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent db04d4a commit 2405bc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/iommu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ struct iommu_resv_region {
169169
* @unmap: unmap a physically contiguous memory region from an iommu domain
170170
* @flush_iotlb_all: Synchronously flush all hardware TLBs for this domain
171171
* @iotlb_range_add: Add a given iova range to the flush queue for this domain
172+
* @iotlb_sync_map: Sync mappings created recently using @map to the hardware
172173
* @iotlb_sync: Flush all queued ranges from the hardware TLBs and empty flush
173174
* queue
174175
* @iova_to_phys: translate iova to physical address

0 commit comments

Comments
 (0)