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 | |
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')
-rw-r--r-- | drivers/iommu/amd_iommu_v2.c | 2 | ||||
-rw-r--r-- | drivers/iommu/exynos-iommu.c | 2 | ||||
-rw-r--r-- | drivers/iommu/iova.c | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/drivers/iommu/amd_iommu_v2.c b/drivers/iommu/amd_iommu_v2.c index 036fe9bf157e..be03238ad815 100644 --- a/drivers/iommu/amd_iommu_v2.c +++ b/drivers/iommu/amd_iommu_v2.c | |||
@@ -924,7 +924,7 @@ static int __init amd_iommu_v2_init(void) | |||
924 | pr_info("AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>\n"); | 924 | pr_info("AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>\n"); |
925 | 925 | ||
926 | if (!amd_iommu_v2_supported()) { | 926 | if (!amd_iommu_v2_supported()) { |
927 | pr_info("AMD IOMMUv2 functionality not available on this sytem\n"); | 927 | pr_info("AMD IOMMUv2 functionality not available on this system\n"); |
928 | /* | 928 | /* |
929 | * Load anyway to provide the symbols to other modules | 929 | * Load anyway to provide the symbols to other modules |
930 | * which may use AMD IOMMUv2 optionally. | 930 | * which may use AMD IOMMUv2 optionally. |
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); |
diff --git a/drivers/iommu/iova.c b/drivers/iommu/iova.c index c5c274ab5c5a..67da6cff74e8 100644 --- a/drivers/iommu/iova.c +++ b/drivers/iommu/iova.c | |||
@@ -198,10 +198,10 @@ iova_insert_rbtree(struct rb_root *root, struct iova *iova) | |||
198 | 198 | ||
199 | /** | 199 | /** |
200 | * alloc_iova - allocates an iova | 200 | * alloc_iova - allocates an iova |
201 | * @iovad - iova domain in question | 201 | * @iovad: - iova domain in question |
202 | * @size - size of page frames to allocate | 202 | * @size: - size of page frames to allocate |
203 | * @limit_pfn - max limit address | 203 | * @limit_pfn: - max limit address |
204 | * @size_aligned - set if size_aligned address range is required | 204 | * @size_aligned: - set if size_aligned address range is required |
205 | * This function allocates an iova in the range limit_pfn to IOVA_START_PFN | 205 | * This function allocates an iova in the range limit_pfn to IOVA_START_PFN |
206 | * looking from limit_pfn instead from IOVA_START_PFN. If the size_aligned | 206 | * looking from limit_pfn instead from IOVA_START_PFN. If the size_aligned |
207 | * flag is set then the allocated address iova->pfn_lo will be naturally | 207 | * flag is set then the allocated address iova->pfn_lo will be naturally |
@@ -238,8 +238,8 @@ alloc_iova(struct iova_domain *iovad, unsigned long size, | |||
238 | 238 | ||
239 | /** | 239 | /** |
240 | * find_iova - find's an iova for a given pfn | 240 | * find_iova - find's an iova for a given pfn |
241 | * @iovad - iova domain in question. | 241 | * @iovad: - iova domain in question. |
242 | * pfn - page frame number | 242 | * @pfn: - page frame number |
243 | * This function finds and returns an iova belonging to the | 243 | * This function finds and returns an iova belonging to the |
244 | * given doamin which matches the given pfn. | 244 | * given doamin which matches the given pfn. |
245 | */ | 245 | */ |
@@ -260,7 +260,7 @@ struct iova *find_iova(struct iova_domain *iovad, unsigned long pfn) | |||
260 | /* We are not holding the lock while this iova | 260 | /* We are not holding the lock while this iova |
261 | * is referenced by the caller as the same thread | 261 | * is referenced by the caller as the same thread |
262 | * which called this function also calls __free_iova() | 262 | * which called this function also calls __free_iova() |
263 | * and it is by desing that only one thread can possibly | 263 | * and it is by design that only one thread can possibly |
264 | * reference a particular iova and hence no conflict. | 264 | * reference a particular iova and hence no conflict. |
265 | */ | 265 | */ |
266 | return iova; | 266 | return iova; |