dma-mapping: fix a comment typo
"Linux Kernel Mailing List" <[email protected]> Fri, 16 Feb 2018 20:48:25 +0000 (UTC)
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/ecc2dc55ce79945c2e0a04977706a99dc4848229 Commit: ecc2dc55ce79945c2e0a04977706a99dc4848229 Parent: 42ed64524d846b96afaa8b3f9ba045bcaf11ab0f Refname: refs/heads/master Author: Christoph Hellwig <[email protected]> AuthorDate: Sat Feb 10 09:43:49 2018 +0100 Committer: Christoph Hellwig <[email protected]> CommitDate: Mon Feb 12 15:59:08 2018 +0000 dma-mapping: fix a comment typo Reported-by: Randy Dunlap <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]> --- include/linux/dma-mapping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html