From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6491C43381 for ; Tue, 26 Feb 2019 09:21:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7A1242173C for ; Tue, 26 Feb 2019 09:21:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727585AbfBZJVJ (ORCPT ); Tue, 26 Feb 2019 04:21:09 -0500 Received: from 8bytes.org ([81.169.241.247]:41282 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726223AbfBZJVJ (ORCPT ); Tue, 26 Feb 2019 04:21:09 -0500 Received: by theia.8bytes.org (Postfix, from userid 1000) id E259F41A; Tue, 26 Feb 2019 10:21:07 +0100 (CET) Date: Tue, 26 Feb 2019 10:21:06 +0100 From: Joerg Roedel To: Tom Murphy Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fix flush_tlb_all typo Message-ID: <20190226092106.GB19617@8bytes.org> References: <20190211155033.7850-1-murphyt7@tcd.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190211155033.7850-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, Feb 11, 2019 at 03:50:33PM +0000, Tom Murphy wrote: > Fix typo, flush_tlb_all should be flush_iotlb_all > > Signed-off-by: Tom Murphy Applied, thanks.