diff options
| author | xiongweimin <xiongweimin@kylinos.cn> | 2026-07-14 10:45:19 +0800 |
|---|---|---|
| committer | Will Deacon <will@kernel.org> | 2026-07-22 12:28:59 +0000 |
| commit | fef725df406129f638f112dcd1de05d7abeafa66 (patch) | |
| tree | 9f032a22fd4779d5dc5e1c570909e96740318f9f | |
| parent | bfc147a8d3bc74aff9f39ef64cf75dccf4f7e067 (diff) | |
iommu/mtk: Fix spelling of correspondence in comment
Correct "correspondance" to "correspondence".
Signed-off-by: xiongweimin <xiongweimin@kylinos.cn>
Signed-off-by: Will Deacon <will@kernel.org>
| -rw-r--r-- | drivers/iommu/mtk_iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/mtk_iommu.c b/drivers/iommu/mtk_iommu.c index 2be990c108de..b52e16b06760 100644 --- a/drivers/iommu/mtk_iommu.c +++ b/drivers/iommu/mtk_iommu.c @@ -220,7 +220,7 @@ struct mtk_iommu_plat_data { unsigned int iova_region_nr; const struct mtk_iommu_iova_region *iova_region; /* - * Indicate the correspondance between larbs, ports and regions. + * Indicate the correspondence between larbs, ports and regions. * * The index is the same as iova_region and larb port numbers are * described as bit positions. |
