2021-03-26 06:29:17

by Zhen Lei

[permalink] [raw]
Subject: [PATCH 0/8] iommu: fix a couple of spelling mistakes detected by codespell tool

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



2021-03-26 06:29:34

by Zhen Lei

[permalink] [raw]
Subject: [PATCH 2/8] iommu/omap: Fix spelling mistake "alignement" -> "alignment"

There is a spelling mistake in a comment, fix it.

Signed-off-by: Zhen Lei <[email protected]>
---
drivers/iommu/omap-iommu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iommu/omap-iommu.c b/drivers/iommu/omap-iommu.c
index 71f29c0927fc710..b2a6ab700ec43d1 100644
--- a/drivers/iommu/omap-iommu.c
+++ b/drivers/iommu/omap-iommu.c
@@ -1754,7 +1754,7 @@ static int __init omap_iommu_init(void)
{
struct kmem_cache *p;
const slab_flags_t flags = SLAB_HWCACHE_ALIGN;
- size_t align = 1 << 10; /* L2 pagetable alignement */
+ size_t align = 1 << 10; /* L2 pagetable alignment */
struct device_node *np;
int ret;

--
1.8.3


2021-04-16 17:46:45

by Joerg Roedel

[permalink] [raw]
Subject: Re: [PATCH 0/8] iommu: fix a couple of spelling mistakes detected by codespell tool

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.

Thanks,

Joerg

2021-04-17 01:13:23

by Zhen Lei

[permalink] [raw]
Subject: Re: [PATCH 0/8] iommu: fix a couple of spelling mistakes detected by codespell tool



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
>
> .
>