diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-07-21 13:21:32 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-24 06:58:49 -0400 |
commit | 07db04098d1e2f238959c858a0d63243157695f9 (patch) | |
tree | 2e4e77748a73d7f46b02c687f0828ef9aeb3fe5a /drivers/iommu/exynos-iommu.c | |
parent | ff0c26424c1d993d8d1e04f72f1d428e935798da (diff) |
iommu: Fix typo in iommu
Correct spelling typo in debug messages and comments
in drivers/iommu.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/iommu/exynos-iommu.c')
-rw-r--r-- | drivers/iommu/exynos-iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/exynos-iommu.c b/drivers/iommu/exynos-iommu.c index 9a114b9ff170..4407d5eff05e 100644 --- a/drivers/iommu/exynos-iommu.c +++ b/drivers/iommu/exynos-iommu.c | |||
@@ -317,7 +317,7 @@ static int default_fault_handler(enum exynos_sysmmu_inttype itype, | |||
317 | if ((itype >= SYSMMU_FAULTS_NUM) || (itype < SYSMMU_PAGEFAULT)) | 317 | if ((itype >= SYSMMU_FAULTS_NUM) || (itype < SYSMMU_PAGEFAULT)) |
318 | itype = SYSMMU_FAULT_UNKNOWN; | 318 | itype = SYSMMU_FAULT_UNKNOWN; |
319 | 319 | ||
320 | pr_err("%s occured at 0x%lx(Page table base: 0x%lx)\n", | 320 | pr_err("%s occurred at 0x%lx(Page table base: 0x%lx)\n", |
321 | sysmmu_fault_name[itype], fault_addr, pgtable_base); | 321 | sysmmu_fault_name[itype], fault_addr, pgtable_base); |
322 | 322 | ||
323 | ent = section_entry(__va(pgtable_base), fault_addr); | 323 | ent = section_entry(__va(pgtable_base), fault_addr); |