Skip to content

Commit db04d4a

Browse files
pippy360joergroedel
authored andcommitted
iommu: Fix flush_tlb_all typo
Fix typo, flush_tlb_all should be flush_iotlb_all. Signed-off-by: Tom Murphy <murphyt7@tcd.ie> Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent 032ebd8 commit db04d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/iommu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ struct iommu_resv_region {
167167
* @detach_dev: detach device from an iommu domain
168168
* @map: map a physically contiguous memory region to an iommu domain
169169
* @unmap: unmap a physically contiguous memory region from an iommu domain
170-
* @flush_tlb_all: Synchronously flush all hardware TLBs for this domain
170+
* @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
172172
* @iotlb_sync: Flush all queued ranges from the hardware TLBs and empty flush
173173
* queue

0 commit comments

Comments
 (0)