All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] iommu: Fix spelling mistake "sixe" -> "size"
@ 2021-03-19  9:57 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2021-03-19  9:57 UTC (permalink / raw)
  To: Joerg Roedel, Will Deacon, Orson Zhai, Baolin Wang, Chunyan Zhang,
	iommu
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/iommu/sprd-iommu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iommu/sprd-iommu.c b/drivers/iommu/sprd-iommu.c
index 7100ed17dcce..e1dc2f7d5639 100644
--- a/drivers/iommu/sprd-iommu.c
+++ b/drivers/iommu/sprd-iommu.c
@@ -297,7 +297,7 @@ static int sprd_iommu_map(struct iommu_domain *domain, unsigned long iova,
 	}
 
 	if (iova < start || (iova + size) > (end + 1)) {
-		dev_err(dom->sdev->dev, "(iova(0x%lx) + sixe(%zx)) are not in the range!\n",
+		dev_err(dom->sdev->dev, "(iova(0x%lx) + size(%zx)) are not in the range!\n",
 			iova, size);
 		return -EINVAL;
 	}
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-19 12:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-19  9:57 [PATCH][next] iommu: Fix spelling mistake "sixe" -> "size" Colin King
2021-03-19  9:57 ` Colin King
2021-03-19 12:26 ` Joerg Roedel
2021-03-19 12:26   ` Joerg Roedel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.