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=-10.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 C50D9C43460 for ; Sat, 17 Apr 2021 01:13:19 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8DAE46115B for ; Sat, 17 Apr 2021 01:13:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8DAE46115B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Cc:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=LgbZpEJ9jJ+g7yX4P5bEU8iYdK2rB1yG4XZsWQmYS80=; b=lvnUskKjp3w+arYKP7ezMFTi3 zVGuhUiCScUMsFBDcZVOAtISDDPb6E1X4V7DmapDA3dt9I1EFRI3rNs7ZajaSPzvqDv+++GLF2K8w gYWBHY27gnntqKP8EC8Pf1GUU+3PzyK1DWVmO9yV5b8evXUJn3jOAbrD/HeBAo8mfbd9MUf+ny+MI yiDRGbAO72kM8u2nV6ldDRuxv7rlGT0Z/AlcwyvHk/erZ9NKglN6YdVdjcZ4b8wCq1BVl+g/t7A41 3NMdCcnn5MWIjESIOJ2cIxvoFCTto474S6LQy+IIFvnkSal3972bKfh0OXpSQyiMVQC6mJcdXv7dB U9hzpAjfw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lXZUW-003vtA-Dz; Sat, 17 Apr 2021 01:11:20 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lXZUR-003vse-MY; Sat, 17 Apr 2021 01:11:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To: Subject:Sender:Reply-To:Cc:Content-ID:Content-Description; bh=7ewTaJXM56a7xZ8YuNhCrNUpWd6hW+7w63yaJ8+2P/Y=; b=Z0T2NN9cF2sB0TETj85YMBL9gQ 9Z/GE54Q1hGt5g8jZ/YREYIKFicePP5cLPl9N5ntNRoUnE6UOhYPLUdRAWelQvHVTgnj87u3rdEeo MgO4tF/Y36smG0T/qlJuC7AvjvPLPD0YLhvJgEgN2INUPBJwS2yAtH68ehsixMZPbJdrt+iacNu6Z fOna3quUcqJLAgzGqCjY+E585P1Y64hOolFNxngIKFF4O3in6ORWGIUy5TP1IisD2Di9cTGv+sxTw aKmtiyRa4Bzt5wS1YqI7YiUpZLt4hdnoXy17JWXX4qFRhah8a+0c0UiRJofWMB15waHsRkLIPA77j ypye7ndg==; Received: from szxga07-in.huawei.com ([45.249.212.35]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lXZUN-009oyV-JH; Sat, 17 Apr 2021 01:11:14 +0000 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4FMZhq67RWz7vFC; Sat, 17 Apr 2021 09:08:43 +0800 (CST) Received: from [127.0.0.1] (10.174.179.202) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.498.0; Sat, 17 Apr 2021 09:10:55 +0800 Subject: Re: [PATCH 5/8] iommu: fix a couple of spelling mistakes To: John Garry , Will Deacon , "Robin Murphy" , Joerg Roedel , linux-arm-kernel , iommu , linux-kernel , Yong Wu , "Matthias Brugger" , linux-mediatek , Maxime Ripard , Chen-Yu Tsai , Jernej Skrabec , "David Woodhouse" , Lu Baolu References: <20210326062412.1262-1-thunder.leizhen@huawei.com> <20210326062412.1262-6-thunder.leizhen@huawei.com> From: "Leizhen (ThunderTown)" Message-ID: Date: Sat, 17 Apr 2021 09:10:53 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-Originating-IP: [10.174.179.202] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210416_181111_826776_1210293F X-CRM114-Status: UNSURE ( 7.99 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2021/4/16 23:55, John Garry wrote: > On 26/03/2021 06:24, Zhen Lei wrote: >> There are several spelling mistakes, as follows: >> funcions ==> functions >> distiguish ==> distinguish >> detroyed ==> destroyed >> >> Signed-off-by: Zhen Lei > > I think that there should be a /s/appropriatley/appropriately/ in iommu.c OK, I will fix it in v2. > > Thanks, > john > > . > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel