Re: [PATCH] Fix typo. Change tlb_range_add to iotlb_range_add and tlb_sync to iotlb_sync

From: Tom Murphy
Date: Thu Dec 20 2018 - 10:47:44 EST


Ah shoot, it looks like I forgot to change flush_tlb_all -> flush_iotlb_all

Should I submit another patch?

On Wed, 5 Dec 2018 at 16:04, Joerg Roedel <joro@xxxxxxxxxx> wrote:
>
> On Tue, Dec 04, 2018 at 06:27:34PM +0000, Tom Murphy wrote:
> > From: tom <murphyt7@xxxxxx>
> >
> > Someone forgot to update this comment.
> >
> > Signed-off-by: Tom Murphy <murphyt7@xxxxxx>
> > ---
> > include/linux/iommu.h | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
>
> Applied, thanks.