aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJoerg Roedel <joerg.roedel@amd.com>2008-12-08 14:25:39 +0100
committerJoerg Roedel <joerg.roedel@amd.com>2008-12-08 14:58:39 +0100
commit24f811603e8ef4b9173f47fa263230168e237128 (patch)
treedecd7387d681fd265c0a5afe15c363d6bc1df9f2 /arch
parentAMD IOMMU: fix loop counter in free_pagetable function (diff)
downloadlinux-dev-24f811603e8ef4b9173f47fa263230168e237128.tar.xz
linux-dev-24f811603e8ef4b9173f47fa263230168e237128.zip
AMD IOMMU: fix typo in comment
Impact: cleanup Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/amd_iommu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/amd_iommu.c b/arch/x86/kernel/amd_iommu.c
index 0637e65ca0c7..2fde073b6be6 100644
--- a/arch/x86/kernel/amd_iommu.c
+++ b/arch/x86/kernel/amd_iommu.c
@@ -922,8 +922,8 @@ static void dma_ops_domain_unmap(struct amd_iommu *iommu,
/*
* This function contains common code for mapping of a physically
- * contiguous memory region into DMA address space. It is uses by all
- * mapping functions provided by this IOMMU driver.
+ * contiguous memory region into DMA address space. It is used by all
+ * mapping functions provided with this IOMMU driver.
* Must be called with the domain lock held.
*/
static dma_addr_t __map_single(struct device *dev,