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.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 4660FC433B4 for ; Sat, 17 Apr 2021 01:11:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 26ED260233 for ; Sat, 17 Apr 2021 01:11:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235577AbhDQBMC (ORCPT ); Fri, 16 Apr 2021 21:12:02 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:17350 "EHLO szxga07-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231997AbhDQBMA (ORCPT ); Fri, 16 Apr 2021 21:12:00 -0400 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4FMZjQ2G6gz7vDT; Sat, 17 Apr 2021 09:09:14 +0800 (CST) Received: from [127.0.0.1] (10.174.179.202) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.498.0; Sat, 17 Apr 2021 09:11:30 +0800 Subject: Re: [PATCH 0/8] iommu: fix a couple of spelling mistakes detected by codespell tool To: Joerg Roedel CC: Will Deacon , Robin Murphy , 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> From: "Leizhen (ThunderTown)" Message-ID: <2025c88d-0711-22c8-3e1c-2d8c9f053fbf@huawei.com> Date: Sat, 17 Apr 2021 09:11:28 +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-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.179.202] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/4/16 23:24, Joerg Roedel wrote: > On Fri, Mar 26, 2021 at 02:24:04PM +0800, Zhen Lei wrote: >> This detection and correction covers the entire driver/iommu directory. >> >> Zhen Lei (8): >> iommu/pamu: fix a couple of spelling mistakes >> iommu/omap: Fix spelling mistake "alignement" -> "alignment" >> iommu/mediatek: Fix spelling mistake "phyiscal" -> "physical" >> iommu/sun50i: Fix spelling mistake "consits" -> "consists" >> iommu: fix a couple of spelling mistakes >> iommu/amd: fix a couple of spelling mistakes >> iommu/arm-smmu: Fix spelling mistake "initally" -> "initially" >> iommu/vt-d: fix a couple of spelling mistakes > > This patch-set doesn't apply. Please re-send it as a single patch when > v5.13-rc1 is released. OK > > Thanks, > > Joerg > > . >