diff options
author | Christoph Hellwig | 2018-02-10 09:43:49 +0100 |
---|---|---|
committer | Christoph Hellwig | 2018-02-12 15:59:08 +0000 |
commit | ecc2dc55ce79945c2e0a04977706a99dc4848229 (patch) | |
tree | 2f37bb700907f05acfeaeee85c7f90720c04c1cf /include | |
parent | 42ed64524d846b96afaa8b3f9ba045bcaf11ab0f (diff) |
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')
-rw-r--r-- | include/linux/dma-mapping.h | 2 |
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) |