Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp9644732imu; Wed, 5 Dec 2018 08:05:48 -0800 (PST) X-Google-Smtp-Source: AFSGD/XaudF4dq/eyXKXdqPGJV2gzejx7nHtM2bTwlR75jhEvPk+QADGGolRxlsJqlKy35wrOrY+ X-Received: by 2002:a17:902:2867:: with SMTP id e94mr25027953plb.264.1544025948793; Wed, 05 Dec 2018 08:05:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544025948; cv=none; d=google.com; s=arc-20160816; b=muQlHZxHVNLk7E5jrQdidsGjqKmf3dEzO5z0ycD6ZftfMTZUb8xc9gk++6kUy9CBk9 3/NiXKg6jPCNoIDwf41PCk6UUzpcSq7eTFuVa3ijGc1QdsDHXVeqplLCAsWT7IbFC3Vc TliqzvehXoWtEemHwv8BiTkjh824p6Mm+8iQqe8mwLFsDGF2g2CSTEQsOb0ey33arsBM n+2geqUATXeUk8BfXVYoQi+S5hIIIT3xhgsrwUBMiy512ggfxmz7iw5w/A0E2jZV4dV0 K3ZERxNSRFRC5FTX4KlkgA8Yckf4uqsYBT9uCe0Dd3dlc0LRi/bKH30Vj3BA9KdDM0Qx CkRA== 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=nfqyzAk4f8ne1SBncEsfzZU1NX47Z0nNx/cdgZdOIa0=; b=LPeRuev5Rr17zSpwnbbvKC8z4Al9gyAzSOFe1HQyBVKBXNhQzZRpNE2MFr8eLlEqTG dDfoKL26RitPTHwO24Ru8dvtJRJ30OTFT8TU87/nDAT9BvRqgQTdXE5mMtMQERKLZiS9 VsXNei+2vAPcTPOXlF5fu7ckIarmzcTmzyiMKrTGb4tq2dqZAfMGYyZZ0U1lC/TV4w77 54glFhGam1NfY6FwJUQ65XlFnvrMG1wFW107C2NCdnS+NTS4aR0iTEfm5wo2LSQj80zk xKJdACaCM1/L39hUSg7yMY0/z5OeeOdw0UkH5+N5qsOZSmsjFMXzEI/CncuP5XFbKCWg nsvQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 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. [209.132.180.67]) by mx.google.com with ESMTP id d1si18431464pgg.301.2018.12.05.08.05.32; Wed, 05 Dec 2018 08:05:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 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 S1728217AbeLEQEm (ORCPT + 99 others); Wed, 5 Dec 2018 11:04:42 -0500 Received: from 8bytes.org ([81.169.241.247]:51966 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727103AbeLEQEm (ORCPT ); Wed, 5 Dec 2018 11:04:42 -0500 Received: by theia.8bytes.org (Postfix, from userid 1000) id 33550191; Wed, 5 Dec 2018 17:04:41 +0100 (CET) Date: Wed, 5 Dec 2018 17:04:39 +0100 From: Joerg Roedel To: Tom Murphy Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Fix typo. Change tlb_range_add to iotlb_range_add and tlb_sync to iotlb_sync Message-ID: <20181205160439.bjbh7stdey32hjgj@8bytes.org> References: <20181204182734.20184-1-murphyt7@tcd.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181204182734.20184-1-murphyt7@tcd.ie> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 04, 2018 at 06:27:34PM +0000, Tom Murphy wrote: > From: tom > > Someone forgot to update this comment. > > Signed-off-by: Tom Murphy > --- > include/linux/iommu.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks.