diff options
author | tom <murphyt7@tcd.ie> | 2018-12-04 21:27:34 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2018-12-05 19:02:13 +0300 |
commit | 51eb78098ab79bba8b1df24da2304e61deb74629 (patch) | |
tree | 82f5711e5d135f99f39d238f4deae921c7a0fca5 /include/linux/iommu.h | |
parent | c07b6426df922d21a13a959cf785d46e9c531941 (diff) | |
download | linux-51eb78098ab79bba8b1df24da2304e61deb74629.tar.xz |
iommu: Change tlb_range_add to iotlb_range_add and tlb_sync to iotlb_sync
Someone forgot to update this comment.
Signed-off-by: Tom Murphy <murphyt7@tcd.ie>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'include/linux/iommu.h')
-rw-r--r-- | include/linux/iommu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/iommu.h b/include/linux/iommu.h index a1d28f42cb77..11db18b9ffe8 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h @@ -168,8 +168,8 @@ struct iommu_resv_region { * @map: map a physically contiguous memory region to an iommu domain * @unmap: unmap a physically contiguous memory region from an iommu domain * @flush_tlb_all: Synchronously flush all hardware TLBs for this domain - * @tlb_range_add: Add a given iova range to the flush queue for this domain - * @tlb_sync: Flush all queued ranges from the hardware TLBs and empty flush + * @iotlb_range_add: Add a given iova range to the flush queue for this domain + * @iotlb_sync: Flush all queued ranges from the hardware TLBs and empty flush * queue * @iova_to_phys: translate iova to physical address * @add_device: add device to iommu grouping |