Re: Rename iommu_tlb_* functions to iommu_iotlb_*

From: Joerg Roedel
Date: Fri Sep 04 2020 - 05:16:47 EST


On Mon, Aug 17, 2020 at 10:00:49PM +0100, Tom Murphy wrote:
> To keep naming consistent we should stick with *iotlb*. This patch
> renames a few remaining functions.
>
> Signed-off-by: Tom Murphy <murphyt7@xxxxxx>
> ---
> drivers/iommu/dma-iommu.c | 2 +-
> drivers/iommu/iommu.c | 4 ++--
> drivers/vfio/vfio_iommu_type1.c | 2 +-
> include/linux/io-pgtable.h | 2 +-
> include/linux/iommu.h | 10 +++++-----
> 5 files changed, 10 insertions(+), 10 deletions(-)

Applied, thanks.