aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dma-mapping.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-02-10 09:43:49 +0100
committerChristoph Hellwig <hch@lst.de>2018-02-12 15:59:08 +0000
commitecc2dc55ce79945c2e0a04977706a99dc4848229 (patch)
tree2f37bb700907f05acfeaeee85c7f90720c04c1cf /include/linux/dma-mapping.h
parentdma-direct: comment the dma_direct_free calling convention (diff)
downloadlinux-dev-ecc2dc55ce79945c2e0a04977706a99dc4848229.tar.xz
linux-dev-ecc2dc55ce79945c2e0a04977706a99dc4848229.zip
dma-mapping: fix a comment typo
Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'include/linux/dma-mapping.h')
-rw-r--r--include/linux/dma-mapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h
index 34fe8463d10e..eb9eab4ecd6d 100644
--- a/include/linux/dma-mapping.h
+++ b/include/linux/dma-mapping.h
@@ -578,7 +578,7 @@ static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr)
/*
* This is a hack for the legacy x86 forbid_dac and iommu_sac_force. Please
- * don't use this is new code.
+ * don't use this in new code.
*/
#ifndef arch_dma_supported
#define arch_dma_supported(dev, mask) (1)