Commit 24f81160 authored by Joerg Roedel's avatar Joerg Roedel

AMD IOMMU: fix typo in comment

Impact: cleanup
Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent 3cc3d84b
...@@ -922,8 +922,8 @@ static void dma_ops_domain_unmap(struct amd_iommu *iommu, ...@@ -922,8 +922,8 @@ static void dma_ops_domain_unmap(struct amd_iommu *iommu,
/* /*
* This function contains common code for mapping of a physically * This function contains common code for mapping of a physically
* contiguous memory region into DMA address space. It is uses by all * contiguous memory region into DMA address space. It is used by all
* mapping functions provided by this IOMMU driver. * mapping functions provided with this IOMMU driver.
* Must be called with the domain lock held. * Must be called with the domain lock held.
*/ */
static dma_addr_t __map_single(struct device *dev, static dma_addr_t __map_single(struct device *dev,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment