From: Tom Murphy Date: Mon, 11 Feb 2019 15:50:33 +0000 (+0000) Subject: iommu: Fix flush_tlb_all typo X-Git-Tag: v5.1-rc1~79^2^8~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db04d4a3d72f0c5ee34609559f535d11ab47303c;p=thirdparty%2Fkernel%2Flinux.git iommu: Fix flush_tlb_all typo Fix typo, flush_tlb_all should be flush_iotlb_all. Signed-off-by: Tom Murphy Signed-off-by: Joerg Roedel --- diff --git a/include/linux/iommu.h b/include/linux/iommu.h index e90da6b6f3d1b..2b402dcbcf81f 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