From: Christoph Hellwig Date: Sat, 10 Feb 2018 08:43:49 +0000 (+0100) Subject: dma-mapping: fix a comment typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ecc2dc55ce79945c2e0a04977706a99dc4848229;p=linux.git dma-mapping: fix a comment typo Reported-by: Randy Dunlap Signed-off-by: Christoph Hellwig --- diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h index 34fe8463d10ea..eb9eab4ecd6d7 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)