2021-03-26 06:27:28

by Zhen Lei

[permalink] [raw]
Subject: [PATCH 4/8] iommu/sun50i: Fix spelling mistake "consits" -> "consists"

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

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

diff --git a/drivers/iommu/sun50i-iommu.c b/drivers/iommu/sun50i-iommu.c
index ea6db1341916524..7685b96b2d445a7 100644
--- a/drivers/iommu/sun50i-iommu.c
+++ b/drivers/iommu/sun50i-iommu.c
@@ -149,7 +149,7 @@ static void iommu_write(struct sun50i_iommu *iommu, u32 offset, u32 value)
* 4096 4-bytes Directory Table Entries (DTE), each pointing to a Page
* Table (PT).
*
- * Each PT consits of 256 4-bytes Page Table Entries (PTE), each
+ * Each PT consists of 256 4-bytes Page Table Entries (PTE), each
* pointing to a 4kB page of physical memory.
*
* The IOMMU supports a single DT, pointed by the IOMMU_TTB_REG
--
1.8.3



2021-04-17 06:10:53

by Jernej Skrabec

[permalink] [raw]
Subject: Re: [PATCH 4/8] iommu/sun50i: Fix spelling mistake "consits" -> "consists"

Hi!

Dne petek, 26. marec 2021 ob 07:24:08 CEST je Zhen Lei napisal(a):
> There is a spelling mistake in a comment, fix it.
>
> Signed-off-by: Zhen Lei <[email protected]>
> ---
> drivers/iommu/sun50i-iommu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Jernej Skrabec <[email protected]>

Best regards,
Jernej