diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-07-22 02:21:32 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-24 12:58:49 +0200 |
commit | 07db04098d1e2f238959c858a0d63243157695f9 (patch) | |
tree | 2e4e77748a73d7f46b02c687f0828ef9aeb3fe5a /drivers/iommu/exynos-iommu.c | |
parent | ff0c26424c1d993d8d1e04f72f1d428e935798da (diff) | |
download | talos-obmc-linux-07db04098d1e2f238959c858a0d63243157695f9.tar.gz talos-obmc-linux-07db04098d1e2f238959c858a0d63243157695f9.zip |
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, if ((itype >= SYSMMU_FAULTS_NUM) || (itype < SYSMMU_PAGEFAULT)) itype = SYSMMU_FAULT_UNKNOWN; - pr_err("%s occured at 0x%lx(Page table base: 0x%lx)\n", + pr_err("%s occurred at 0x%lx(Page table base: 0x%lx)\n", sysmmu_fault_name[itype], fault_addr, pgtable_base); ent = section_entry(__va(pgtable_base), fault_addr); |