projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b23e4fc
)
iommu/unisoc: Fix spelling mistake "sixe" -> "size"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 19 Mar 2021 09:57:50 +0000
(09:57 +0000)
committer
Joerg Roedel
<jroedel@suse.de>
Fri, 19 Mar 2021 12:26:59 +0000
(13:26 +0100)
There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link:
https://lore.kernel.org/r/20210319095750.5624-1-colin.king@canonical.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/sprd-iommu.c
patch
|
blob
|
history
diff --git
a/drivers/iommu/sprd-iommu.c
b/drivers/iommu/sprd-iommu.c
index 7100ed17dcce52828f94d5b1b69a039f40b98647..e1dc2f7d5639a1ccc71c061bbf6d255a4233232c 100644
(file)
--- 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) + si
x
e(%zx)) are not in the range!\n",
+ dev_err(dom->sdev->dev, "(iova(0x%lx) + si
z
e(%zx)) are not in the range!\n",
iova, size);
return -EINVAL;
}