瀏覽代碼

dma-mapping: fix a comment typo

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Christoph Hellwig 7 年之前
父節點
當前提交
ecc2dc55ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/linux/dma-mapping.h

+ 1 - 1
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)