aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/iommu.h
diff options
context:
space:
mode:
authorTom Murphy <murphyt7@tcd.ie>2019-02-11 15:50:33 +0000
committerJoerg Roedel <jroedel@suse.de>2019-02-26 10:20:40 +0100
commitdb04d4a3d72f0c5ee34609559f535d11ab47303c (patch)
treebf4313eac2f3aae3b52916202a7e416559edc416 /include/linux/iommu.h
parentiommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables (diff)
downloadwireguard-linux-db04d4a3d72f0c5ee34609559f535d11ab47303c.tar.xz
wireguard-linux-db04d4a3d72f0c5ee34609559f535d11ab47303c.zip
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>
Diffstat (limited to 'include/linux/iommu.h')
-rw-r--r--include/linux/iommu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iommu.h b/include/linux/iommu.h
index e90da6b6f3d1..2b402dcbcf81 100644
--- a/include/linux/iommu.h
+++ b/include/linux/iommu.h
@@ -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