]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
iommu: Fix flush_tlb_all typo
authorTom Murphy <murphyt7@tcd.ie>
Mon, 11 Feb 2019 15:50:33 +0000 (15:50 +0000)
committerJoerg Roedel <jroedel@suse.de>
Tue, 26 Feb 2019 09:20:40 +0000 (10:20 +0100)
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>
include/linux/iommu.h

index e90da6b6f3d1b91d431d4f194e70c3cf872b3493..2b402dcbcf81f5e3475658812ec6c0d1c7c59acc 100644 (file)
@@ -167,7 +167,7 @@ struct iommu_resv_region {
  * @detach_dev: detach device from an iommu domain
  * @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
+ * @flush_iotlb_all: Synchronously flush all hardware TLBs for this domain
  * @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