Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp1058955pxf; Thu, 25 Mar 2021 23:29:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzXJL3X56vBd1fmf0GaU8//u2b2TbliGqFdPoVzm3M/hLq81F3CwyE+Qb9XtFW/9QUyqYvy X-Received: by 2002:a17:906:3c50:: with SMTP id i16mr13737407ejg.175.1616740156837; Thu, 25 Mar 2021 23:29:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616740156; cv=none; d=google.com; s=arc-20160816; b=dfJ5rHo1UyQ8UsQRQqdgUaEDIl62oggi+/BrUznOsojUsEx4qSYksZDRqplP3i98x2 GD50B25y+DjSfTghfYAUPZA0JEzGCCsZV4oIB4SPLxRDD8yjeecBItVmBNVqXamLSBIg ifcVYMRZH6mNs6LhWBkrgbnvlXDr1O5K2H+Ne5jDyEN6SyL0WrWTed6Ms75yU83q3SSx dWrAv76sncE1v9IB9EmOOO/gY9WILfcuN48Zg8c8aVsOBAK6nQnum+uqj8E/sGNGiD9q Ax7673bllHZKG8/t5FYNwhaF7kRGV5mBeHp3257KKNsPorrpovBrlD0nToIdGlKdjtel lsNQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=bLoUsZAYcum362t0OSCkc4SHRQQ/34LoNZGBphiLcP4=; b=ToORMHW0vyKmpf5zTtg7yVbRq0ss5tzEdXRl54Y4Lg/SArkLTl6GX3CUi7W7u/gBcI +4MfpOFm8WZJkrT/N6L9qioL0nqoS0msGa/54Nyrg6FI/sbr4XmhITdiD8GbQYpS5awY NPs/CPfN414O9FLKaRWrjPt9ApWEMmNUswXV5CA3/242Y64ASzz3DeMUBIxcZiOhwn7L oat4nYBNggB7ni5Iixdr7iN04vRWutvehSO/kOONywHlEmWf5xyrwO7ngNWZbNFy965M 0MKuLlQapXqJ9/SaMvjmAdEzsefyCwAAT54UWMUEAZeL6YerTMEEuYP2CUCZq9M4xWJL iNng== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l23si5732959ejq.537.2021.03.25.23.28.54; Thu, 25 Mar 2021 23:29:16 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230153AbhCZGZs (ORCPT + 99 others); Fri, 26 Mar 2021 02:25:48 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:14554 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229900AbhCZGZg (ORCPT ); Fri, 26 Mar 2021 02:25:36 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4F6Bjc0gCrzNqRh; Fri, 26 Mar 2021 14:23:00 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.179.202) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.498.0; Fri, 26 Mar 2021 14:25:26 +0800 From: Zhen Lei To: 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 CC: Zhen Lei Subject: [PATCH 0/8] iommu: fix a couple of spelling mistakes detected by codespell tool Date: Fri, 26 Mar 2021 14:24:04 +0800 Message-ID: <20210326062412.1262-1-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.174.179.202] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 drivers/iommu/amd/amd_iommu_types.h | 2 +- drivers/iommu/amd/init.c | 4 ++-- drivers/iommu/amd/iommu.c | 2 +- drivers/iommu/arm/arm-smmu/arm-smmu.c | 2 +- drivers/iommu/fsl_pamu.c | 2 +- drivers/iommu/fsl_pamu_domain.c | 2 +- drivers/iommu/fsl_pamu_domain.h | 2 +- drivers/iommu/intel/dmar.c | 6 +++--- drivers/iommu/intel/iommu.c | 2 +- drivers/iommu/intel/irq_remapping.c | 2 +- drivers/iommu/iommu.c | 4 ++-- drivers/iommu/iova.c | 2 +- drivers/iommu/mtk_iommu.c | 2 +- drivers/iommu/omap-iommu.c | 2 +- drivers/iommu/sun50i-iommu.c | 2 +- 15 files changed, 19 insertions(+), 19 deletions(-) -- 1.8.3