Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1165165pxk; Fri, 4 Sep 2020 02:18:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyO2lYXgsrIKNSCeZC4P3o7Ar5VHpaPbK5/VoyY8h0DXsd9UDn+n3faGaDUYMzQu00U0ku/ X-Received: by 2002:a17:906:c059:: with SMTP id bm25mr6316390ejb.192.1599211094586; Fri, 04 Sep 2020 02:18:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599211094; cv=none; d=google.com; s=arc-20160816; b=c0GI7Kz9lAIdvYvrXLr7sT3i66rtexpeq3MzBbIREowbljG/+XWvvkZhBYPc+JvQWD 85d5go1l446rr4s/gBs1MEJkaWniFEXmoPzlwbaM1l0E7OwRatfH9DJNknafOKV9XIbb aJ6MmVmg5I9cyl0Qfia1P7jnXR9Yxbw4qCOVeBSs3kVG8j7Vzw1fbf5B9Id7Z0s0ZMRu wrLx4BjTRPB2YOSy+3J51krpwz3FRbpv9dkDbdlNpikxlkpZ8BCaadQ9v/njcS2+R6tu Lbk+qP4fl/YkcaccVgkgspuLyGn0f8I3Ly8TYYLiyIi/nTsC60jXZcpaS4io3J8JSCoq 6hyQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=KiD/fd7yX6Ar+eSTmxIzf73mVc7LLEMvaBlzNuNcMkE=; b=dze1CjdzpOytmvAczLlUknpnmuUsf1woJm/i2PEKxNe41BkNijlKI2OJ/op3Z8JGor 4CFZCmeQFOlb1mGHwMphh/gUbqNfYjC1NUQKBQuQZOnRbUXrL4LYfPcCui4bJ8atKJxt AncyZ4YX71oWDGi3iotMzdAskAhOIplJnARX6lYItoUc6vC6VbzzQ6TdArcdB+xFcaQj LfJ2FRYyD8RIenSCHZp1BmCCU+Vsu61nH/drxqBPM2BWXYEyflt2nhzlVYl2W6j/b7nh +yJ3a0CWQJcckIO240r0/PWNey5i/58r68xSNNZYdOaZzYNRqtQL0dNOR6xuPB2w76/A rVrQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p14si4152456ejr.19.2020.09.04.02.17.51; Fri, 04 Sep 2020 02:18:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730022AbgIDJQp (ORCPT + 99 others); Fri, 4 Sep 2020 05:16:45 -0400 Received: from 8bytes.org ([81.169.241.247]:40914 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729901AbgIDJQp (ORCPT ); Fri, 4 Sep 2020 05:16:45 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 343F99CE; Fri, 4 Sep 2020 11:16:44 +0200 (CEST) Date: Fri, 4 Sep 2020 11:16:42 +0200 From: Joerg Roedel To: Tom Murphy Cc: iommu@lists.linux-foundation.org, person@a.com, Alex Williamson , Cornelia Huck , Will Deacon , Robin Murphy , Yong Wu , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: Re: Rename iommu_tlb_* functions to iommu_iotlb_* Message-ID: <20200904091642.GI6714@8bytes.org> References: <20200817210051.13546-1-murphyt7@tcd.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200817210051.13546-1-murphyt7@tcd.ie> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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.